#4CB2BC

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

Shades of Viking #4CB2BC

Tints of Viking #4CB2BC

Color information

#4CB2BC (or 0x4CB2BC) is unknown color: approx Viking. HEX triplet: 4C, B2 and BC. RGB value is (76,178,188). Sum of RGB (Red+Green+Blue) = 76+178+188=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #4CB2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB2BC is #B34D43. Grayscale: #949494. Windows color (decimal): -11750724 or 12366412. OLE color: 12366412.

HSL color Cylindrical-coordinate representation of color #4CB2BC: hue angle of 185.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CB2BC is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB76178188-
CMYK0.600.0500.26
HSL185.36º45.53%51.76%-
HSV(B)185.36º59.57%73.73%-
XYZ27.9837.0153.25-
YUV148.64150.2176.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.19%
GREEN value IS 178 (69.92% from 255) = 40.27%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=17.19%
G=40.27%
B=42.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761781880.600.0500.26185.3645.5351.76
Hex4CB2BC3C501Ab92e34
Octal1142622747450322715664
Binary1001100101100101011110011110010101101010111001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,178,188); }

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

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

 a { background-color: rgb(76,178,188); }

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

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

 span { border-color: rgb(76,178,188); }

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