#484876

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

Shades of Corn Flower Blue #484876

Tints of Corn Flower Blue #484876

Color information

#484876 (or 0x484876) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 48 and 76. RGB value is (72,72,118). Sum of RGB (Red+Green+Blue) = 72+72+118=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #484876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484876 is #B7B789. Grayscale: #4D4D4D. Windows color (decimal): -12040074 or 7751752. OLE color: 7751752.

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

Color convert

RGB7272118-
CMYK0.390.3900.54
HSL240º24.21%37.25%-
HSV(B)240º38.98%46.27%-
XYZ8.267.3218.12-
YUV77.24151124.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=27.48%
G=27.48%
B=45.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72721180.390.3900.5424024.2137.25
Hex4848762727036f01825
Octal11011016647470663603045
Binary10010001001000111011010011110011101101101111000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484876; }

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

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

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

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

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

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

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

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