#484469

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

Shades of Corn Flower Blue #484469

Tints of Corn Flower Blue #484469

Color information

#484469 (or 0x484469) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 44 and 69. RGB value is (72,68,105). Sum of RGB (Red+Green+Blue) = 72+68+105=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #484469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484469 is #B7BB96. Grayscale: #494949. Windows color (decimal): -12041111 or 6898760. OLE color: 6898760.

HSL color Cylindrical-coordinate representation of color #484469: hue angle of 246.49º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #484469 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7268105-
CMYK0.310.3500.59
HSL246.49º21.39%33.92%-
HSV(B)246.49º35.24%41.18%-
XYZ7.296.5314.24-
YUV73.41145.83126.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=29.39%
G=27.76%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72681050.310.3500.59246.4921.3933.92
Hex4844691F2303Bf61522
Octal11010415137430733662542
Binary1001000100010011010011111110001101110111111011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484469; }

 p { color: rgb(72,68,105); }

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

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

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

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

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

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

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