#48426F

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

Shades of Corn Flower Blue #48426F

Tints of Corn Flower Blue #48426F

Color information

#48426F (or 0x48426F) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 42 and 6F. RGB value is (72,66,111). Sum of RGB (Red+Green+Blue) = 72+66+111=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #48426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48426F is #B7BD90. Grayscale: #484848. Windows color (decimal): -12041617 or 7291464. OLE color: 7291464.

HSL color Cylindrical-coordinate representation of color #48426F: hue angle of 248º degrees, saturation: 0.25, 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 #48426F is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7266111-
CMYK0.350.4100.56
HSL248º25.42%34.71%-
HSV(B)248º40.54%43.53%-
XYZ7.496.4215.88-
YUV72.92149.49127.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 111 (43.75% from 255) = 44.58%
R=28.92%
G=26.51%
B=44.58%

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
Decimal72661110.350.4100.5624825.4234.71
Hex48426F2329038f81923
Octal11010215743510703703143
Binary10010001000010110111110001110100101110001111100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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