#484569

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

Shades of Corn Flower Blue #484569

Tints of Corn Flower Blue #484569

Color information

#484569 (or 0x484569) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 45 and 69. RGB value is (72,69,105). Sum of RGB (Red+Green+Blue) = 72+69+105=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #484569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484569 is #B7BA96. Grayscale: #494949. Windows color (decimal): -12040855 or 6899016. OLE color: 6899016.

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

Color convert

RGB7269105-
CMYK0.310.3400.59
HSL245º20.69%34.12%-
HSV(B)245º34.29%41.18%-
XYZ7.356.6514.26-
YUV74145.49126.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=29.27%
G=28.05%
B=42.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72691050.310.3400.5924520.6934.12
Hex4845691F2203Bf51522
Octal11010515137420733652542
Binary1001000100010111010011111110001001110111111010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484569; }

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

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

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

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

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

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

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

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