#48426E

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

Shades of Corn Flower Blue #48426E

Tints of Corn Flower Blue #48426E

Color information

#48426E (or 0x48426E) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 42 and 6E. RGB value is (72,66,110). Sum of RGB (Red+Green+Blue) = 72+66+110=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #48426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48426E is #B7BD91. Grayscale: #484848. Windows color (decimal): -12041618 or 7225928. OLE color: 7225928.

HSL color Cylindrical-coordinate representation of color #48426E: hue angle of 248.18º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48426E is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7266110-
CMYK0.350.400.57
HSL248.18º25%34.51%-
HSV(B)248.18º40%43.14%-
XYZ7.446.415.6-
YUV72.81148.99127.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=29.03%
G=26.61%
B=44.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72661100.350.400.57248.182534.51
Hex48426E2328039f81923
Octal11010215643500713703143
Binary10010001000010110111010001110100001110011111100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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