#454379

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

Shades of Corn Flower Blue #454379

Tints of Corn Flower Blue #454379

Color information

#454379 (or 0x454379) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 43 and 79. RGB value is (69,67,121). Sum of RGB (Red+Green+Blue) = 69+67+121=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #454379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454379 is #BABC86. Grayscale: #494949. Windows color (decimal): -12237959 or 7947077. OLE color: 7947077.

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

Color convert

RGB6967121-
CMYK0.430.4500.53
HSL242.22º28.72%36.86%-
HSV(B)242.22º44.63%47.45%-
XYZ7.916.6618.96-
YUV73.75154.66124.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=26.85%
G=26.07%
B=47.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69671210.430.4500.53242.2228.7236.86
Hex4543792B2D035f21d25
Octal10510317153550653623545
Binary10001011000011111100110101110110101101011111001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454379; }

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

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

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

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

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

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

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

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