#48A2E4

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

Shades of Summer Sky #48A2E4

Tints of Summer Sky #48A2E4

Color information

#48A2E4 (or 0x48A2E4) is unknown color: approx Summer Sky. HEX triplet: 48, A2 and E4. RGB value is (72,162,228). Sum of RGB (Red+Green+Blue) = 72+162+228=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #48A2E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A2E4 is #B75D1B. Grayscale: #8E8E8E. Windows color (decimal): -12016924 or 14983752. OLE color: 14983752.

HSL color Cylindrical-coordinate representation of color #48A2E4: hue angle of 205.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48A2E4 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB72162228-
CMYK0.680.2900.11
HSL205.38º74.29%58.82%-
HSV(B)205.38º68.42%89.41%-
XYZ29.632.8278.17-
YUV142.61176.1877.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.58%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 228 (89.45% from 255) = 49.35%
R=15.58%
G=35.06%
B=49.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal721622280.680.2900.11205.3874.2958.82
Hex48A2E4441D0Bcd4a3b
Octal1102423441043501331511273
Binary1001000101000101110010010001001110101011110011011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,162,228); }

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

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

 a { background-color: rgb(72,162,228); }

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

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

 span { border-color: rgb(72,162,228); }

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