#48426C

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

Shades of Corn Flower Blue #48426C

Tints of Corn Flower Blue #48426C

Color information

#48426C (or 0x48426C) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 42 and 6C. RGB value is (72,66,108). Sum of RGB (Red+Green+Blue) = 72+66+108=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #48426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48426C is #B7BD93. Grayscale: #484848. Windows color (decimal): -12041620 or 7094856. OLE color: 7094856.

HSL color Cylindrical-coordinate representation of color #48426C: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48426C is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7266108-
CMYK0.330.3900.58
HSL248.57º24.14%34.12%-
HSV(B)248.57º38.89%42.35%-
XYZ7.336.3615.03-
YUV72.58147.99127.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=29.27%
G=26.83%
B=43.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72661080.330.3900.58248.5724.1434.12
Hex48426C212703Af91822
Octal11010215441470723713042
Binary10010001000010110110010000110011101110101111100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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