#4BA8ED

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

Shades of Summer Sky #4BA8ED

Tints of Summer Sky #4BA8ED

Color information

#4BA8ED (or 0x4BA8ED) is unknown color: approx Summer Sky. HEX triplet: 4B, A8 and ED. RGB value is (75,168,237). Sum of RGB (Red+Green+Blue) = 75+168+237=480 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.62% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #4BA8ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA8ED is #B45712. Grayscale: #939393. Windows color (decimal): -11818771 or 15575115. OLE color: 15575115.

HSL color Cylindrical-coordinate representation of color #4BA8ED: hue angle of 205.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BA8ED is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75168237-
CMYK0.680.2900.07
HSL205.56º81.82%61.18%-
HSV(B)205.56º68.35%92.94%-
XYZ32.1935.6285.3-
YUV148.06178.1975.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.62%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 237 (92.97% from 255) = 49.38%
R=15.62%
G=35%
B=49.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal751682370.680.2900.07205.5681.8261.18
Hex4BA8ED441D07ce523d
Octal113250355104350731612275
Binary100101110101000111011011000100111010111110011101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,168,237); }

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

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

 a { background-color: rgb(75,168,237); }

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

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

 span { border-color: rgb(75,168,237); }

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