#454676

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

Shades of Corn Flower Blue #454676

Tints of Corn Flower Blue #454676

Color information

#454676 (or 0x454676) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 46 and 76. RGB value is (69,70,118). Sum of RGB (Red+Green+Blue) = 69+70+118=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #454676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454676 is #BAB989. Grayscale: #4A4A4A. Windows color (decimal): -12237194 or 7751237. OLE color: 7751237.

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

Color convert

RGB6970118-
CMYK0.420.4100.54
HSL238.78º26.2%36.67%-
HSV(B)238.78º41.53%46.27%-
XYZ7.916.9518.06-
YUV75.17152.17123.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=26.85%
G=27.24%
B=45.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69701180.420.4100.54238.7826.236.67
Hex4546762A29036ef1a25
Octal10510616652510663573245
Binary10001011000110111011010101010100101101101110111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454676; }

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

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

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

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

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

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

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

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