#48416F

Color #48416F Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #48416F

Tints of Corn Flower Blue #48416F

Color information

#48416F (or 0x48416F) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 41 and 6F. RGB value is (72,65,111). Sum of RGB (Red+Green+Blue) = 72+65+111=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #48416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48416F is #B7BE90. Grayscale: #484848. Windows color (decimal): -12041873 or 7291208. OLE color: 7291208.

HSL color Cylindrical-coordinate representation of color #48416F: hue angle of 249.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48416F is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7265111-
CMYK0.350.4100.56
HSL249.13º26.14%34.51%-
HSV(B)249.13º41.44%43.53%-
XYZ7.436.3115.86-
YUV72.34149.82127.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 111 (43.75% from 255) = 44.76%
R=29.03%
G=26.21%
B=44.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72651110.350.4100.56249.1326.1434.51
Hex48416F2329038f91a23
Octal11010115743510703713243
Binary10010001000001110111110001110100101110001111100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48416F; }

 p { color: rgb(72,65,111); }

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

<style>
 a { background-color: #48416F; }

 a { background-color: rgb(72,65,111); }

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

<style>
 span { border-color: #48416F; }

 span { border-color: rgb(72,65,111); }

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