#454079

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

Shades of Corn Flower Blue #454079

Tints of Corn Flower Blue #454079

Color information

#454079 (or 0x454079) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 40 and 79. RGB value is (69,64,121). Sum of RGB (Red+Green+Blue) = 69+64+121=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #454079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454079 is #BABF86. Grayscale: #474747. Windows color (decimal): -12238727 or 7946309. OLE color: 7946309.

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

Color convert

RGB6964121-
CMYK0.430.4700.53
HSL245.26º30.81%36.27%-
HSV(B)245.26º47.11%47.45%-
XYZ7.746.3118.9-
YUV71.99155.66125.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 121 (47.66% from 255) = 47.64%
R=27.17%
G=25.20%
B=47.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69641210.430.4700.53245.2630.8136.27
Hex4540792B2F035f51f24
Octal10510017153570653653744
Binary10001011000000111100110101110111101101011111010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454079; }

 p { color: rgb(69,64,121); }

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

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

 a { background-color: rgb(69,64,121); }

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

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

 span { border-color: rgb(69,64,121); }

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