#48426B

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

Shades of Corn Flower Blue #48426B

Tints of Corn Flower Blue #48426B

Color information

#48426B (or 0x48426B) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 42 and 6B. RGB value is (72,66,107). Sum of RGB (Red+Green+Blue) = 72+66+107=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #48426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48426B is #B7BD94. Grayscale: #484848. Windows color (decimal): -12041621 or 7029320. OLE color: 7029320.

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

Color convert

RGB7266107-
CMYK0.330.3800.58
HSL248.78º23.7%33.92%-
HSV(B)248.78º38.32%41.96%-
XYZ7.276.3414.75-
YUV72.47147.49127.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=29.39%
G=26.94%
B=43.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72661070.330.3800.58248.7823.733.92
Hex48426B212603Af91822
Octal11010215341460723713042
Binary10010001000010110101110000110011001110101111100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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