#454475

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

Shades of Corn Flower Blue #454475

Tints of Corn Flower Blue #454475

Color information

#454475 (or 0x454475) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 75. RGB value is (69,68,117). Sum of RGB (Red+Green+Blue) = 69+68+117=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #454475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454475 is #BABB8A. Grayscale: #494949. Windows color (decimal): -12237707 or 7685189. OLE color: 7685189.

HSL color Cylindrical-coordinate representation of color #454475: hue angle of 241.22º degrees, saturation: 0.26, 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 #454475 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6968117-
CMYK0.410.4200.54
HSL241.22º26.49%36.27%-
HSV(B)241.22º41.88%45.88%-
XYZ7.736.6817.71-
YUV73.88152.33124.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=27.17%
G=26.77%
B=46.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69681170.410.4200.54241.2226.4936.27
Hex454475292A036f11a24
Octal10510416551520663613244
Binary10001011000100111010110100110101001101101111000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454475; }

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

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

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

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

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

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

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

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