#454476

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

Shades of Corn Flower Blue #454476

Tints of Corn Flower Blue #454476

Color information

#454476 (or 0x454476) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 76. RGB value is (69,68,118). Sum of RGB (Red+Green+Blue) = 69+68+118=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #454476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454476 is #BABB89. Grayscale: #494949. Windows color (decimal): -12237706 or 7750725. OLE color: 7750725.

HSL color Cylindrical-coordinate representation of color #454476: hue angle of 241.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454476 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6968118-
CMYK0.420.4200.54
HSL241.2º26.88%36.47%-
HSV(B)241.2º42.37%46.27%-
XYZ7.796.7118.02-
YUV74152.83124.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=27.06%
G=26.67%
B=46.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69681180.420.4200.54241.226.8836.47
Hex4544762A2A036f11b24
Octal10510416652520663613344
Binary10001011000100111011010101010101001101101111000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454476; }

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

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

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

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

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

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

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

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