#48a6da

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

Shades of Summer Sky #48A6DA

Tints of Summer Sky #48A6DA

Color information

#48A6DA (or 0x48A6DA) is unknown color: approx Summer Sky. HEX triplet: 48, A6 and DA. RGB value is (72,166,218). Sum of RGB (Red+Green+Blue) = 72+166+218=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #48A6DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A6DA is #B75925. Grayscale: #8F8F8F. Windows color (decimal): -12015910 or 14329416. OLE color: 14329416.

HSL color Cylindrical-coordinate representation of color #48A6DA: hue angle of 201.37º 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 #48A6DA is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB72166218-
CMYK0.670.2400.15
HSL201.37º66.36%56.86%-
HSV(B)201.37º66.97%85.49%-
XYZ28.9633.7171.31-
YUV143.82169.8676.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.79%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 218 (85.55% from 255) = 47.81%
R=15.79%
G=36.40%
B=47.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal721662180.670.2400.15201.3766.3656.86
Hex48A6DA43180Fc94239
Octal1102463321033001731110271
Binary1001000101001101101101010000111100001111110010011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a6da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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