#4CB0DB

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

Shades of Summer Sky #4CB0DB

Tints of Summer Sky #4CB0DB

Color information

#4CB0DB (or 0x4CB0DB) is unknown color: approx Summer Sky. HEX triplet: 4C, B0 and DB. RGB value is (76,176,219). Sum of RGB (Red+Green+Blue) = 76+176+219=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CB0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB0DB is #B34F24. Grayscale: #969696. Windows color (decimal): -11751205 or 14397516. OLE color: 14397516.

HSL color Cylindrical-coordinate representation of color #4CB0DB: hue angle of 198.04º 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 #4CB0DB is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB76176219-
CMYK0.650.2000.14
HSL198.04º66.51%57.84%-
HSV(B)198.04º65.3%85.88%-
XYZ31.2937.772.65-
YUV151166.3774.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.14%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 219 (85.94% from 255) = 46.50%
R=16.14%
G=37.37%
B=46.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal761762190.650.2000.14198.0466.5157.84
Hex4CB0DB41140Ec6433a
Octal1142603331012401630610372
Binary1001100101100001101101110000011010001110110001101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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