#48446D

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

Shades of Corn Flower Blue #48446D

Tints of Corn Flower Blue #48446D

Color information

#48446D (or 0x48446D) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 44 and 6D. RGB value is (72,68,109). Sum of RGB (Red+Green+Blue) = 72+68+109=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #48446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48446D is #B7BB92. Grayscale: #494949. Windows color (decimal): -12041107 or 7160904. OLE color: 7160904.

HSL color Cylindrical-coordinate representation of color #48446D: hue angle of 245.85º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48446D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7268109-
CMYK0.340.3800.57
HSL245.85º23.16%34.71%-
HSV(B)245.85º37.61%42.75%-
XYZ7.56.6215.35-
YUV73.87147.83126.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=28.92%
G=27.31%
B=43.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72681090.340.3800.57245.8523.1634.71
Hex48446D2226039f61723
Octal11010415542460713662743
Binary10010001000100110110110001010011001110011111011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48446D; }

 p { color: rgb(72,68,109); }

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

<style>
 a { background-color: #48446D; }

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

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

<style>
 span { border-color: #48446D; }

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

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