#4CB8DB

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

Shades of Viking #4CB8DB

Tints of Viking #4CB8DB

Color information

#4CB8DB (or 0x4CB8DB) is unknown color: approx Viking. HEX triplet: 4C, B8 and DB. RGB value is (76,184,219). Sum of RGB (Red+Green+Blue) = 76+184+219=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CB8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB8DB is #B34724. Grayscale: #9B9B9B. Windows color (decimal): -11749157 or 14399564. OLE color: 14399564.

HSL color Cylindrical-coordinate representation of color #4CB8DB: hue angle of 194.69º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CB8DB is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB76184219-
CMYK0.650.1600.14
HSL194.69º66.51%57.84%-
HSV(B)194.69º65.3%85.88%-
XYZ32.9140.9373.18-
YUV155.7163.7271.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.87%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 219 (85.94% from 255) = 45.72%
R=15.87%
G=38.41%
B=45.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal761842190.650.1600.14194.6966.5157.84
Hex4CB8DB41100Ec3433a
Octal1142703331012001630310372
Binary1001100101110001101101110000011000001110110000111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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