#454561

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

Shades of Corn Flower Blue #454561

Tints of Corn Flower Blue #454561

Color information

#454561 (or 0x454561) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 45 and 61. RGB value is (69,69,97). Sum of RGB (Red+Green+Blue) = 69+69+97=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #454561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454561 is #BABA9E. Grayscale: #484848. Windows color (decimal): -12237471 or 6374725. OLE color: 6374725.

HSL color Cylindrical-coordinate representation of color #454561: hue angle of 240º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #454561 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB696997-
CMYK0.290.2900.62
HSL240º16.87%32.55%-
HSV(B)240º28.87%38.04%-
XYZ6.746.3812.19-
YUV72.19142125.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=29.36%
G=29.36%
B=41.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6969970.290.2900.6224016.8732.55
Hex4545611D1D03Ef01121
Octal10510514135350763602141
Binary100010110001011100001111011110101111101111000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454561; }

 p { color: rgb(69,69,97); }

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

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

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

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

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

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

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