#4BA4EF

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

Shades of Summer Sky #4BA4EF

Tints of Summer Sky #4BA4EF

Color information

#4BA4EF (or 0x4BA4EF) is unknown color: approx Summer Sky. HEX triplet: 4B, A4 and EF. RGB value is (75,164,239). Sum of RGB (Red+Green+Blue) = 75+164+239=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BA4EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA4EF is #B45B10. Grayscale: #919191. Windows color (decimal): -11819793 or 15705163. OLE color: 15705163.

HSL color Cylindrical-coordinate representation of color #4BA4EF: hue angle of 207.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BA4EF is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB75164239-
CMYK0.690.3100.06
HSL207.44º83.67%61.57%-
HSV(B)207.44º68.62%93.73%-
XYZ31.7634.2886.6-
YUV145.94180.5177.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.69%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 239 (93.75% from 255) = 50%
R=15.69%
G=34.31%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal751642390.690.3100.06207.4483.6761.57
Hex4BA4EF451F06cf543e
Octal113244357105370631712476
Binary100101110100100111011111000101111110110110011111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,164,239); }

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

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

 a { background-color: rgb(75,164,239); }

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

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

 span { border-color: rgb(75,164,239); }

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