#48A4E7

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

Shades of Summer Sky #48A4E7

Tints of Summer Sky #48A4E7

Color information

#48A4E7 (or 0x48A4E7) is unknown color: approx Summer Sky. HEX triplet: 48, A4 and E7. RGB value is (72,164,231). Sum of RGB (Red+Green+Blue) = 72+164+231=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #48A4E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A4E7 is #B75B18. Grayscale: #8F8F8F. Windows color (decimal): -12016409 or 15180872. OLE color: 15180872.

HSL color Cylindrical-coordinate representation of color #48A4E7: hue angle of 205.28º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48A4E7 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB72164231-
CMYK0.690.2900.09
HSL205.28º76.81%59.41%-
HSV(B)205.28º68.83%90.59%-
XYZ30.3733.780.5-
YUV144.13177.0276.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.42%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 231 (90.62% from 255) = 49.46%
R=15.42%
G=35.12%
B=49.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal721642310.690.2900.09205.2876.8159.41
Hex48A4E7451D09cd4d3b
Octal1102443471053501131511573
Binary1001000101001001110011110001011110101001110011011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A4E7; }

 p { color: rgb(72,164,231); }

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

<style>
 a { background-color: #48A4E7; }

 a { background-color: rgb(72,164,231); }

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

<style>
 span { border-color: #48A4E7; }

 span { border-color: rgb(72,164,231); }

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