#4BB4DC

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

Shades of Summer Sky #4BB4DC

Tints of Summer Sky #4BB4DC

Color information

#4BB4DC (or 0x4BB4DC) is unknown color: approx Summer Sky. HEX triplet: 4B, B4 and DC. RGB value is (75,180,220). Sum of RGB (Red+Green+Blue) = 75+180+220=475 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.79% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BB4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB4DC is #B44B23. Grayscale: #989898. Windows color (decimal): -11815716 or 14464075. OLE color: 14464075.

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

Color convert

RGB75180220-
CMYK0.660.1800.14
HSL196.55º67.44%57.84%-
HSV(B)196.55º65.91%86.27%-
XYZ32.1439.3173.6-
YUV153.17165.7172.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.79%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=15.79%
G=37.89%
B=46.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal751802200.660.1800.14196.5567.4457.84
Hex4BB4DC42120Ec5433a
Octal1132643341022201630510372
Binary1001011101101001101110010000101001001110110001011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,180,220); }

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

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

 a { background-color: rgb(75,180,220); }

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

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

 span { border-color: rgb(75,180,220); }

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