#4CB8D0

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

Shades of Viking #4CB8D0

Tints of Viking #4CB8D0

Color information

#4CB8D0 (or 0x4CB8D0) is unknown color: approx Viking. HEX triplet: 4C, B8 and D0. RGB value is (76,184,208). Sum of RGB (Red+Green+Blue) = 76+184+208=468 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.24% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #4CB8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB8D0 is #B3472F. Grayscale: #9A9A9A. Windows color (decimal): -11749168 or 13678668. OLE color: 13678668.

HSL color Cylindrical-coordinate representation of color #4CB8D0: hue angle of 190.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CB8D0 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB76184208-
CMYK0.630.1200.18
HSL190.91º58.41%55.69%-
HSV(B)190.91º63.46%81.57%-
XYZ31.5140.3765.81-
YUV154.44158.2272.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.24%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 208 (81.64% from 255) = 44.44%
R=16.24%
G=39.32%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal761842080.630.1200.18190.9158.4155.69
Hex4CB8D03FC012bf3a38
Octal11427032077140222777270
Binary10011001011100011010000111111110001001010111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,184,208); }

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

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

 a { background-color: rgb(76,184,208); }

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

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

 span { border-color: rgb(76,184,208); }

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