#454279

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

Shades of Corn Flower Blue #454279

Tints of Corn Flower Blue #454279

Color information

#454279 (or 0x454279) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 42 and 79. RGB value is (69,66,121). Sum of RGB (Red+Green+Blue) = 69+66+121=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #454279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454279 is #BABD86. Grayscale: #484848. Windows color (decimal): -12238215 or 7946821. OLE color: 7946821.

HSL color Cylindrical-coordinate representation of color #454279: hue angle of 243.27º 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 #454279 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6966121-
CMYK0.430.4500.53
HSL243.27º29.41%36.67%-
HSV(B)243.27º45.45%47.45%-
XYZ7.856.5418.94-
YUV73.17154.99125.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=26.95%
G=25.78%
B=47.27%

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
Decimal69661210.430.4500.53243.2729.4136.67
Hex4542792B2D035f31d25
Octal10510217153550653633545
Binary10001011000010111100110101110110101101011111001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454279; }

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

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

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

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

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

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

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

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