#48486E

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

Shades of Corn Flower Blue #48486E

Tints of Corn Flower Blue #48486E

Color information

#48486E (or 0x48486E) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 48 and 6E. RGB value is (72,72,110). Sum of RGB (Red+Green+Blue) = 72+72+110=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #48486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48486E is #B7B791. Grayscale: #4C4C4C. Windows color (decimal): -12040082 or 7227464. OLE color: 7227464.

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

Color convert

RGB7272110-
CMYK0.350.3500.57
HSL240º20.88%35.69%-
HSV(B)240º34.55%43.14%-
XYZ7.87.1415.72-
YUV76.33147124.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 72 (28.52% from 255) = 28.35%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=28.35%
G=28.35%
B=43.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72721100.350.3500.5724020.8835.69
Hex48486E2323039f01524
Octal11011015643430713602544
Binary10010001001000110111010001110001101110011111000010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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