#454277

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

Shades of Corn Flower Blue #454277

Tints of Corn Flower Blue #454277

Color information

#454277 (or 0x454277) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 42 and 77. RGB value is (69,66,119). Sum of RGB (Red+Green+Blue) = 69+66+119=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #454277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454277 is #BABD88. Grayscale: #484848. Windows color (decimal): -12238217 or 7815749. OLE color: 7815749.

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

Color convert

RGB6966119-
CMYK0.420.4500.53
HSL243.4º28.65%36.27%-
HSV(B)243.4º44.54%46.67%-
XYZ7.736.4918.3-
YUV72.94153.99125.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=27.17%
G=25.98%
B=46.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69661190.420.4500.53243.428.6536.27
Hex4542772A2D035f31d24
Octal10510216752550653633544
Binary10001011000010111011110101010110101101011111001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454277; }

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

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

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

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

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

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

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

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