Html Css Color HEX #414A5E Blue Zodiac

📋 copy color: '#414A5E'

red 65 ◦ green 74 ◦ blue 94

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

Shades of Blue Zodiac #414A5E

Tints of Blue Zodiac #414A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.34%

R = 27.9%
G = 31.76%
B = 40.34%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#414A5E (or 0x414A5E) is known color: Blue Zodiac. HEX triplet: 41, 4A and 5E. RGB value is (65,74,94). Sum of RGB (Red+Green+Blue) = 65+74+94=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #414A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A5E is #BEB5A1. Grayscale: #494949. Windows color (decimal): -12498338 or 6179393. OLE color: 6179393.

HSL color Cylindrical-coordinate representation of color #414A5E: hue angle of 221.38º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #414A5E is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 74 94 -
CMYK 0.31 0.21 0 0.63
HSL 221.38º 0.18% 0.31% -
HSV(B) 221.38º 0.31% 0.37% -
XYZ 6.65 6.83 11.56 -
YUV 73.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 65 74 94 0.31 0.21 0 0.63 221.38 0.18 0.31
Hex 41 4A 5E 1F 15 0 3F DD 12 1F
Octal 101 112 136 37 25 0 77 335 22 37
Binary 1000001 1001010 1011110 11111 10101 0 111111 11011101 10010 11111

Color Harmonies of #414A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A5E

Black with #414A5E

Text Example


Text Example

White with #414A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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