#414675

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

Shades of Corn Flower Blue #414675

Tints of Corn Flower Blue #414675

Color information

#414675 (or 0x414675) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 46 and 75. RGB value is (65,70,117). Sum of RGB (Red+Green+Blue) = 65+70+117=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #414675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414675 is #BEB98A. Grayscale: #494949. Windows color (decimal): -12499339 or 7685697. OLE color: 7685697.

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

Color convert

RGB6570117-
CMYK0.440.4000.54
HSL234.23º28.57%35.69%-
HSV(B)234.23º44.44%45.88%-
XYZ7.586.7917.74-
YUV73.86152.34121.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=25.79%
G=27.78%
B=46.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65701170.440.4000.54234.2328.5735.69
Hex4146752C28036ea1d24
Octal10110616554500663523544
Binary10000011000110111010110110010100001101101110101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414675; }

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

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

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

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

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

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

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

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