#4BB8C5

Color #4BB8C5 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4BB8C5

Tints of Viking #4BB8C5

Color information

#4BB8C5 (or 0x4BB8C5) is unknown color: approx Viking. HEX triplet: 4B, B8 and C5. RGB value is (75,184,197). Sum of RGB (Red+Green+Blue) = 75+184+197=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #4BB8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB8C5 is #B4473A. Grayscale: #989898. Windows color (decimal): -11814715 or 12957771. OLE color: 12957771.

HSL color Cylindrical-coordinate representation of color #4BB8C5: hue angle of 186.39º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BB8C5 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB75184197-
CMYK0.620.0700.23
HSL186.39º51.26%53.33%-
HSV(B)186.39º61.93%77.25%-
XYZ30.1239.8158.92-
YUV152.89152.8972.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 16.45%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 197 (77.34% from 255) = 43.20%
R=16.45%
G=40.35%
B=43.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal751841970.620.0700.23186.3951.2653.33
Hex4BB8C53E7017ba3335
Octal1132703057670272726365
Binary1001011101110001100010111111011101011110111010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BB8C5; }

 p { color: rgb(75,184,197); }

 H1.HeaderClassName
 {
   color: #4BB8C5;
 }
 .AnyTagClassName
 {
   color: #4BB8C5;
 }
</style>
background-color css

<style>
 a { background-color: #4BB8C5; }

 a { background-color: rgb(75,184,197); }

 div.DivClassName
 {
   background-color: #4BB8C5;
 }
 .BgClassName
 {
   background-color: #4BB8C5;
 }
</style>
border-color css

<style>
 span { border-color: #4BB8C5; }

 span { border-color: rgb(75,184,197); }

 td.TdClassName
 {
   border-color: #4BB8C5;
 }
 .TagClassName
 {
   border-color: #4BB8C5;
 }
</style>