#414575

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

Shades of Corn Flower Blue #414575

Tints of Corn Flower Blue #414575

Color information

#414575 (or 0x414575) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 45 and 75. RGB value is (65,69,117). Sum of RGB (Red+Green+Blue) = 65+69+117=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 69 (27.34% from 255 or 27.49% 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 #414575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414575 is #BEBA8A. Grayscale: #494949. Windows color (decimal): -12499595 or 7685441. OLE color: 7685441.

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

Color convert

RGB6569117-
CMYK0.440.4100.54
HSL235.38º28.57%35.69%-
HSV(B)235.38º44.44%45.88%-
XYZ7.526.6617.72-
YUV73.28152.67122.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65691170.440.4100.54235.3828.5735.69
Hex4145752C29036eb1d24
Octal10110516554510663533544
Binary10000011000101111010110110010100101101101110101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414575; }

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

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

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

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

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

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

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

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