#4CB3BC

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

Shades of Viking #4CB3BC

Tints of Viking #4CB3BC

Color information

#4CB3BC (or 0x4CB3BC) is unknown color: approx Viking. HEX triplet: 4C, B3 and BC. RGB value is (76,179,188). Sum of RGB (Red+Green+Blue) = 76+179+188=443 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.16% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #4CB3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB3BC is #B34C43. Grayscale: #959595. Windows color (decimal): -11750468 or 12366668. OLE color: 12366668.

HSL color Cylindrical-coordinate representation of color #4CB3BC: hue angle of 184.82º 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 #4CB3BC is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB76179188-
CMYK0.600.0500.26
HSL184.82º45.53%51.76%-
HSV(B)184.82º59.57%73.73%-
XYZ28.1837.4153.31-
YUV149.23149.8875.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.16%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=17.16%
G=40.41%
B=42.44%

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
Decimal761791880.600.0500.26184.8245.5351.76
Hex4CB3BC3C501Ab92e34
Octal1142632747450322715664
Binary1001100101100111011110011110010101101010111001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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