#4CBFC8

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

Shades of Viking #4CBFC8

Tints of Viking #4CBFC8

Color information

#4CBFC8 (or 0x4CBFC8) is unknown color: approx Viking. HEX triplet: 4C, BF and C8. RGB value is (76,191,200). Sum of RGB (Red+Green+Blue) = 76+191+200=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #4CBFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFC8 is #B34037. Grayscale: #9D9D9D. Windows color (decimal): -11747384 or 13156172. OLE color: 13156172.

HSL color Cylindrical-coordinate representation of color #4CBFC8: hue angle of 184.35º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CBFC8 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB76191200-
CMYK0.620.0400.22
HSL184.35º52.99%54.12%-
HSV(B)184.35º62%78.43%-
XYZ32.0442.9761.25-
YUV157.64151.969.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.27%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=16.27%
G=40.90%
B=42.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761912000.620.0400.22184.3552.9954.12
Hex4CBFC83E4016b83536
Octal1142773107640262706566
Binary1001100101111111100100011111010001011010111000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,191,200); }

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

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

 a { background-color: rgb(76,191,200); }

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

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

 span { border-color: rgb(76,191,200); }

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