#454175

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

Shades of Corn Flower Blue #454175

Tints of Corn Flower Blue #454175

Color information

#454175 (or 0x454175) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 75. RGB value is (69,65,117). Sum of RGB (Red+Green+Blue) = 69+65+117=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #454175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454175 is #BABE8A. Grayscale: #474747. Windows color (decimal): -12238475 or 7684421. OLE color: 7684421.

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

Color convert

RGB6965117-
CMYK0.410.4400.54
HSL244.62º28.57%35.69%-
HSV(B)244.62º44.44%45.88%-
XYZ7.566.3317.65-
YUV72.12153.33125.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=27.49%
G=25.90%
B=46.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69651170.410.4400.54244.6228.5735.69
Hex454175292C036f51d24
Octal10510116551540663653544
Binary10001011000001111010110100110110001101101111010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454175; }

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

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

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

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

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

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

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

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