#484272

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

Shades of Corn Flower Blue #484272

Tints of Corn Flower Blue #484272

Color information

#484272 (or 0x484272) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 42 and 72. RGB value is (72,66,114). Sum of RGB (Red+Green+Blue) = 72+66+114=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #484272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484272 is #B7BD8D. Grayscale: #494949. Windows color (decimal): -12041614 or 7488072. OLE color: 7488072.

HSL color Cylindrical-coordinate representation of color #484272: hue angle of 247.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484272 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7266114-
CMYK0.370.4200.55
HSL247.5º26.67%35.29%-
HSV(B)247.5º42.11%44.71%-
XYZ7.666.4916.77-
YUV73.27150.99127.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=28.57%
G=26.19%
B=45.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72661140.370.4200.55247.526.6735.29
Hex484272252A037f81b23
Octal11010216245520673703343
Binary10010001000010111001010010110101001101111111100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484272; }

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

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

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

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

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

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

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

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