#414A61

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

Shades of Blue Zodiac #414A61

Tints of Blue Zodiac #414A61

Color information

#414A61 (or 0x414A61) is unknown color: approx Blue Zodiac. HEX triplet: 41, 4A and 61. RGB value is (65,74,97). Sum of RGB (Red+Green+Blue) = 65+74+97=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #414A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A61 is #BEB59E. Grayscale: #494949. Windows color (decimal): -12498335 or 6376001. OLE color: 6376001.

HSL color Cylindrical-coordinate representation of color #414A61: hue angle of 223.12º 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 #414A61 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB657497-
CMYK0.330.2400.62
HSL223.12º19.75%31.76%-
HSV(B)223.12º32.99%38.04%-
XYZ6.796.8812.28-
YUV73.93141.02121.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=27.54%
G=31.36%
B=41.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6574970.330.2400.62223.1219.7531.76
Hex414A61211803Edf1420
Octal10111214141300763372440
Binary1000001100101011000011000011100001111101101111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A61; }

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

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

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

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

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

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

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

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