#48436A

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

Shades of Corn Flower Blue #48436A

Tints of Corn Flower Blue #48436A

Color information

#48436A (or 0x48436A) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 43 and 6A. RGB value is (72,67,106). Sum of RGB (Red+Green+Blue) = 72+67+106=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #48436A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48436A is #B7BC95. Grayscale: #484848. Windows color (decimal): -12041366 or 6964040. OLE color: 6964040.

HSL color Cylindrical-coordinate representation of color #48436A: hue angle of 247.69º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48436A is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7267106-
CMYK0.320.3700.58
HSL247.69º22.54%33.92%-
HSV(B)247.69º36.79%41.57%-
XYZ7.286.4314.49-
YUV72.94146.66127.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=29.39%
G=27.35%
B=43.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72671060.320.3700.58247.6922.5433.92
Hex48436A202503Af81722
Octal11010315240450723702742
Binary10010001000011110101010000010010101110101111100010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48436A; }

 p { color: rgb(72,67,106); }

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

<style>
 a { background-color: #48436A; }

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

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

<style>
 span { border-color: #48436A; }

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

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