#4AB0FB

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

Shades of Summer Sky #4AB0FB

Tints of Summer Sky #4AB0FB

Color information

#4AB0FB (or 0x4AB0FB) is unknown color: approx Summer Sky. HEX triplet: 4A, B0 and FB. RGB value is (74,176,251). Sum of RGB (Red+Green+Blue) = 74+176+251=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AB0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AB0FB is #B54F04. Grayscale: #999999. Windows color (decimal): -11882245 or 16494666. OLE color: 16494666.

HSL color Cylindrical-coordinate representation of color #4AB0FB: hue angle of 205.42º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AB0FB is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74176251-
CMYK0.710.3000.02
HSL205.42º95.68%63.73%-
HSV(B)205.42º70.52%98.43%-
XYZ35.7639.4797-
YUV154.05182.7170.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.77%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 251 (98.44% from 255) = 50.10%
R=14.77%
G=35.13%
B=50.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741762510.710.3000.02205.4295.6863.73
Hex4AB0FB471E02cd6040
Octal1122603731073602315140100
Binary100101010110000111110111000111111100101100110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,176,251); }

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

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

 a { background-color: rgb(74,176,251); }

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

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

 span { border-color: rgb(74,176,251); }

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