#414961

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

Shades of Blue Zodiac #414961

Tints of Blue Zodiac #414961

Color information

#414961 (or 0x414961) is unknown color: approx Blue Zodiac. HEX triplet: 41, 49 and 61. RGB value is (65,73,97). Sum of RGB (Red+Green+Blue) = 65+73+97=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #414961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414961 is #BEB69E. Grayscale: #494949. Windows color (decimal): -12498591 or 6375745. OLE color: 6375745.

HSL color Cylindrical-coordinate representation of color #414961: hue angle of 225º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414961 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB657397-
CMYK0.330.2500.62
HSL225º19.75%31.76%-
HSV(B)225º32.99%38.04%-
XYZ6.726.7512.26-
YUV73.34141.35122.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=27.66%
G=31.06%
B=41.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6573970.330.2500.6222519.7531.76
Hex414961211903Ee11420
Octal10111114141310763412440
Binary1000001100100111000011000011100101111101110000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414961; }

 p { color: rgb(65,73,97); }

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

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

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

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

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

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

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