#454975

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

Shades of Corn Flower Blue #454975

Tints of Corn Flower Blue #454975

Color information

#454975 (or 0x454975) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 49 and 75. RGB value is (69,73,117). Sum of RGB (Red+Green+Blue) = 69+73+117=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #454975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454975 is #BAB68A. Grayscale: #4C4C4C. Windows color (decimal): -12236427 or 7686469. OLE color: 7686469.

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

Color convert

RGB6973117-
CMYK0.410.3800.54
HSL235º25.81%36.47%-
HSV(B)235º41.03%45.88%-
XYZ8.057.3117.82-
YUV76.82150.67122.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=26.64%
G=28.19%
B=45.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69731170.410.3800.5423525.8136.47
Hex4549752926036eb1a24
Octal10511116551460663533244
Binary10001011001001111010110100110011001101101110101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454975; }

 p { color: rgb(69,73,117); }

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

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

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

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

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

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

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