Html Css Color HEX #414C76 Astronaut

📋 copy color: '#414C76'

red 65 ◦ green 76 ◦ blue 118

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

Shades of Astronaut #414C76

Tints of Astronaut #414C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.34%

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

R = 25.1%
G = 29.34%
B = 45.56%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414C76 (or 0x414C76) is known color: Astronaut. HEX triplet: 41, 4C and 76. RGB value is (65,76,118). Sum of RGB (Red+Green+Blue) = 65+76+118=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #414C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C76 is #BEB389. Grayscale: #4D4D4D. Windows color (decimal): -12497802 or 7752769. OLE color: 7752769.

HSL color Cylindrical-coordinate representation of color #414C76: hue angle of 227.55º 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 #414C76 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 76 118 -
CMYK 0.45 0.36 0 0.54
HSL 227.55º 0.29% 0.36% -
HSV(B) 227.55º 0.45% 0.46% -
XYZ 8.03 7.6 18.18 -
YUV 77.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 65 76 118 0.45 0.36 0 0.54 227.55 0.29 0.36
Hex 41 4C 76 2D 24 0 36 E4 1D 24
Octal 101 114 166 55 44 0 66 344 35 44
Binary 1000001 1001100 1110110 101101 100100 0 110110 11100100 11101 100100

Color Harmonies of #414C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C76

Black with #414C76

Text Example


Text Example

White with #414C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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