#454479

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

Shades of Corn Flower Blue #454479

Tints of Corn Flower Blue #454479

Color information

#454479 (or 0x454479) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 79. RGB value is (69,68,121). Sum of RGB (Red+Green+Blue) = 69+68+121=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #454479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454479 is #BABB86. Grayscale: #4A4A4A. Windows color (decimal): -12237703 or 7947333. OLE color: 7947333.

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

Color convert

RGB6968121-
CMYK0.430.4400.53
HSL241.13º28.04%37.06%-
HSV(B)241.13º43.8%47.45%-
XYZ7.976.7818.98-
YUV74.34154.33124.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=26.74%
G=26.36%
B=46.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69681210.430.4400.53241.1328.0437.06
Hex4544792B2C035f11c25
Octal10510417153540653613445
Binary10001011000100111100110101110110001101011111000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454479; }

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

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

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

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

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

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

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

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