Html Css Color HEX #404961 Blue Zodiac

📋 copy color: '#404961'

red 64 ◦ green 73 ◦ blue 97

#404961
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #404961

Tints of Blue Zodiac #404961

RGB

 RED value IS 64 (25.39% from 255) = 27.35%

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 27.35%
G = 31.2%
B = 41.45%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404961 (or 0x404961) is known color: Blue Zodiac. HEX triplet: 40, 49 and 61. RGB value is (64,73,97). Sum of RGB (Red+Green+Blue) = 64+73+97=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #404961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404961 is #BFB69E. Grayscale: #484848. Windows color (decimal): -12564127 or 6375744. OLE color: 6375744.

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

Color convert

RGB 64 73 97 -
CMYK 0.34 0.25 0 0.62
HSL 223.64º 0.2% 0.32% -
HSV(B) 223.64º 0.34% 0.38% -
XYZ 6.65 6.72 12.26 -
YUV 73.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 64 73 97 0.34 0.25 0 0.62 223.64 0.2 0.32
Hex 40 49 61 22 19 0 3E E0 14 20
Octal 100 111 141 42 31 0 76 340 24 40
Binary 1000000 1001001 1100001 100010 11001 0 111110 11100000 10100 100000

Color Harmonies of #404961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404961

Black with #404961

Text Example


Text Example

White with #404961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404961; }

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

 H1.HeaderClassName
 {
   color: #404961;
 }
 .AnyTagClassName
 {
   color: #404961;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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