Html Css Color HEX #414A76 Astronaut

📋 copy color: '#414A76'

red 65 ◦ green 74 ◦ blue 118

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

Shades of Astronaut #414A76

Tints of Astronaut #414A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 25.29%
G = 28.79%
B = 45.91%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414A76 (or 0x414A76) is known color: Astronaut. HEX triplet: 41, 4A and 76. RGB value is (65,74,118). Sum of RGB (Red+Green+Blue) = 65+74+118=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #414A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A76 is #BEB589. Grayscale: #4C4C4C. Windows color (decimal): -12498314 or 7752257. OLE color: 7752257.

HSL color Cylindrical-coordinate representation of color #414A76: hue angle of 229.81º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #414A76 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 74 118 -
CMYK 0.45 0.37 0 0.54
HSL 229.81º 0.29% 0.36% -
HSV(B) 229.81º 0.45% 0.46% -
XYZ 7.9 7.33 18.14 -
YUV 76.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 65 74 118 0.45 0.37 0 0.54 229.81 0.29 0.36
Hex 41 4A 76 2D 25 0 36 E6 1D 24
Octal 101 112 166 55 45 0 66 346 35 44
Binary 1000001 1001010 1110110 101101 100101 0 110110 11100110 11101 100100

Color Harmonies of #414A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A76

Black with #414A76

Text Example


Text Example

White with #414A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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