#484772

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

Shades of Corn Flower Blue #484772

Tints of Corn Flower Blue #484772

Color information

#484772 (or 0x484772) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 47 and 72. RGB value is (72,71,114). Sum of RGB (Red+Green+Blue) = 72+71+114=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #484772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484772 is #B7B88D. Grayscale: #4C4C4C. Windows color (decimal): -12040334 or 7489352. OLE color: 7489352.

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

Color convert

RGB7271114-
CMYK0.370.3800.55
HSL241.4º23.24%36.27%-
HSV(B)241.4º37.72%44.71%-
XYZ7.967.116.87-
YUV76.2149.33125-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=28.02%
G=27.63%
B=44.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72711140.370.3800.55241.423.2436.27
Hex4847722526037f11724
Octal11010716245460673612744
Binary10010001000111111001010010110011001101111111000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484772; }

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

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

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

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

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

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

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

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