#414175

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

Shades of Corn Flower Blue #414175

Tints of Corn Flower Blue #414175

Color information

#414175 (or 0x414175) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 41 and 75. RGB value is (65,65,117). Sum of RGB (Red+Green+Blue) = 65+65+117=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #414175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414175 is #BEBE8A. Grayscale: #464646. Windows color (decimal): -12500619 or 7684417. OLE color: 7684417.

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

Color convert

RGB6565117-
CMYK0.440.4400.54
HSL240º28.57%35.69%-
HSV(B)240º44.44%45.88%-
XYZ7.286.1917.64-
YUV70.93154123.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=26.32%
G=26.32%
B=47.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65651170.440.4400.5424028.5735.69
Hex4141752C2C036f01d24
Octal10110116554540663603544
Binary10000011000001111010110110010110001101101111000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414175; }

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

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

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

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

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

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

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

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