Html Css Color HEX #414A60 Blue Zodiac

📋 copy color: '#414A60'

red 65 ◦ green 74 ◦ blue 96

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

Shades of Blue Zodiac #414A60

Tints of Blue Zodiac #414A60

RGB

 RED value IS 65 (25.78% from 255) = 27.66%

 GREEN value IS 74 (29.3% from 255) = 31.49%

 BLUE value IS 96 (37.89% from 255) = 40.85%

R = 27.66%
G = 31.49%
B = 40.85%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414A60 (or 0x414A60) is known color: Blue Zodiac. HEX triplet: 41, 4A and 60. RGB value is (65,74,96). Sum of RGB (Red+Green+Blue) = 65+74+96=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #414A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A60 is #BEB59F. Grayscale: #494949. Windows color (decimal): -12498336 or 6310465. OLE color: 6310465.

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

Color convert

RGB 65 74 96 -
CMYK 0.32 0.23 0 0.62
HSL 222.58º 0.19% 0.32% -
HSV(B) 222.58º 0.32% 0.38% -
XYZ 6.74 6.87 12.04 -
YUV 73.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 65 74 96 0.32 0.23 0 0.62 222.58 0.19 0.32
Hex 41 4A 60 20 17 0 3E DF 13 20
Octal 101 112 140 40 27 0 76 337 23 40
Binary 1000001 1001010 1100000 100000 10111 0 111110 11011111 10011 100000

Color Harmonies of #414A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A60

Black with #414A60

Text Example


Text Example

White with #414A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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