#4BA7F0

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

Shades of Summer Sky #4BA7F0

Tints of Summer Sky #4BA7F0

Color information

#4BA7F0 (or 0x4BA7F0) is unknown color: approx Summer Sky. HEX triplet: 4B, A7 and F0. RGB value is (75,167,240). Sum of RGB (Red+Green+Blue) = 75+167+240=482 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.56% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #4BA7F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA7F0 is #B4580F. Grayscale: #939393. Windows color (decimal): -11819024 or 15771467. OLE color: 15771467.

HSL color Cylindrical-coordinate representation of color #4BA7F0: hue angle of 206.55º degrees, saturation: 0.85, 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 #4BA7F0 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB75167240-
CMYK0.690.3000.06
HSL206.55º84.62%61.76%-
HSV(B)206.55º68.75%94.12%-
XYZ32.4535.4287.57-
YUV147.81180.0276.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.56%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 240 (94.14% from 255) = 49.79%
R=15.56%
G=34.65%
B=49.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal751672400.690.3000.06206.5584.6261.76
Hex4BA7F0451E06cf553e
Octal113247360105360631712576
Binary100101110100111111100001000101111100110110011111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,167,240); }

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

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

 a { background-color: rgb(75,167,240); }

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

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

 span { border-color: rgb(75,167,240); }

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