#4CB9C4

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

Shades of Viking #4CB9C4

Tints of Viking #4CB9C4

Color information

#4CB9C4 (or 0x4CB9C4) is unknown color: approx Viking. HEX triplet: 4C, B9 and C4. RGB value is (76,185,196). Sum of RGB (Red+Green+Blue) = 76+185+196=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #4CB9C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB9C4 is #B3463B. Grayscale: #999999. Windows color (decimal): -11748924 or 12892492. OLE color: 12892492.

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

Color convert

RGB76185196-
CMYK0.610.0600.23
HSL185.5º50.42%53.33%-
HSV(B)185.5º61.22%76.86%-
XYZ30.2940.2258.39-
YUV153.66151.8972.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.63%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 196 (76.95% from 255) = 42.89%
R=16.63%
G=40.48%
B=42.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal761851960.610.0600.23185.550.4253.33
Hex4CB9C43D6017ba3235
Octal1142713047560272726265
Binary1001100101110011100010011110111001011110111010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,185,196); }

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

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

 a { background-color: rgb(76,185,196); }

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

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

 span { border-color: rgb(76,185,196); }

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