#4BACF3

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

Shades of Summer Sky #4BACF3

Tints of Summer Sky #4BACF3

Color information

#4BACF3 (or 0x4BACF3) is unknown color: approx Summer Sky. HEX triplet: 4B, AC and F3. RGB value is (75,172,243). Sum of RGB (Red+Green+Blue) = 75+172+243=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #4BACF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BACF3 is #B4530C. Grayscale: #969696. Windows color (decimal): -11817741 or 15969355. OLE color: 15969355.

HSL color Cylindrical-coordinate representation of color #4BACF3: hue angle of 205.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BACF3 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB75172243-
CMYK0.690.2900.05
HSL205.36º87.5%62.35%-
HSV(B)205.36º69.14%95.29%-
XYZ33.8337.4790.24-
YUV151.09179.8673.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.31%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 243 (95.31% from 255) = 49.59%
R=15.31%
G=35.10%
B=49.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal751722430.690.2900.05205.3687.562.35
Hex4BACF3451D05cd583e
Octal113254363105350531513076
Binary100101110101100111100111000101111010101110011011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,172,243); }

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

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

 a { background-color: rgb(75,172,243); }

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

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

 span { border-color: rgb(75,172,243); }

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