#484878

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

Shades of Corn Flower Blue #484878

Tints of Corn Flower Blue #484878

Color information

#484878 (or 0x484878) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 48 and 78. RGB value is (72,72,120). Sum of RGB (Red+Green+Blue) = 72+72+120=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #484878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484878 is #B7B787. Grayscale: #4D4D4D. Windows color (decimal): -12040072 or 7882824. OLE color: 7882824.

HSL color Cylindrical-coordinate representation of color #484878: hue angle of 240º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #484878 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7272120-
CMYK0.400.4000.53
HSL240º25%37.65%-
HSV(B)240º40%47.06%-
XYZ8.387.3718.75-
YUV77.47152124.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=27.27%
G=27.27%
B=45.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72721200.400.4000.532402537.65
Hex4848782828035f01926
Octal11011017050500653603146
Binary10010001001000111100010100010100001101011111000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484878; }

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

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

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

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

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

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

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

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