#484872

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

Shades of Corn Flower Blue #484872

Tints of Corn Flower Blue #484872

Color information

#484872 (or 0x484872) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 48 and 72. RGB value is (72,72,114). Sum of RGB (Red+Green+Blue) = 72+72+114=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #484872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484872 is #B7B78D. Grayscale: #4C4C4C. Windows color (decimal): -12040078 or 7489608. OLE color: 7489608.

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

Color convert

RGB7272114-
CMYK0.370.3700.55
HSL240º22.58%36.47%-
HSV(B)240º36.84%44.71%-
XYZ8.037.2316.89-
YUV76.79149124.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=27.91%
G=27.91%
B=44.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72721140.370.3700.5524022.5836.47
Hex4848722525037f01724
Octal11011016245450673602744
Binary10010001001000111001010010110010101101111111000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484872; }

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

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

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

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

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

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

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

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