#484278

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

Shades of Corn Flower Blue #484278

Tints of Corn Flower Blue #484278

Color information

#484278 (or 0x484278) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 42 and 78. RGB value is (72,66,120). Sum of RGB (Red+Green+Blue) = 72+66+120=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #484278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484278 is #B7BD87. Grayscale: #494949. Windows color (decimal): -12041608 or 7881288. OLE color: 7881288.

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

Color convert

RGB7266120-
CMYK0.400.4500.53
HSL246.67º29.03%36.47%-
HSV(B)246.67º45%47.06%-
XYZ8.016.6318.63-
YUV73.95153.99126.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=27.91%
G=25.58%
B=46.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72661200.400.4500.53246.6729.0336.47
Hex484278282D035f71d24
Octal11010217050550653673544
Binary10010001000010111100010100010110101101011111011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484278; }

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

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

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

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

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

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

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

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