#48A4DA

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

Shades of Summer Sky #48A4DA

Tints of Summer Sky #48A4DA

Color information

#48A4DA (or 0x48A4DA) is unknown color: approx Summer Sky. HEX triplet: 48, A4 and DA. RGB value is (72,164,218). Sum of RGB (Red+Green+Blue) = 72+164+218=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #48A4DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A4DA is #B75B25. Grayscale: #8E8E8E. Windows color (decimal): -12016422 or 14328904. OLE color: 14328904.

HSL color Cylindrical-coordinate representation of color #48A4DA: hue angle of 202.19º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48A4DA is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB72164218-
CMYK0.670.2500.15
HSL202.19º66.36%56.86%-
HSV(B)202.19º66.97%85.49%-
XYZ28.632.9971.19-
YUV142.65170.5277.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.86%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 218 (85.55% from 255) = 48.02%
R=15.86%
G=36.12%
B=48.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal721642180.670.2500.15202.1966.3656.86
Hex48A4DA43190Fca4239
Octal1102443321033101731210271
Binary1001000101001001101101010000111100101111110010101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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