#454477

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

Shades of Corn Flower Blue #454477

Tints of Corn Flower Blue #454477

Color information

#454477 (or 0x454477) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 77. RGB value is (69,68,119). Sum of RGB (Red+Green+Blue) = 69+68+119=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #454477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454477 is #BABB88. Grayscale: #494949. Windows color (decimal): -12237705 or 7816261. OLE color: 7816261.

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

Color convert

RGB6968119-
CMYK0.420.4300.53
HSL241.18º27.27%36.67%-
HSV(B)241.18º42.86%46.67%-
XYZ7.856.7318.34-
YUV74.11153.33124.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=26.95%
G=26.56%
B=46.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69681190.420.4300.53241.1827.2736.67
Hex4544772A2B035f11b25
Octal10510416752530653613345
Binary10001011000100111011110101010101101101011111000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454477; }

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

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

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

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

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

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

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

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