Html Css Color HEX #414C73 Astronaut

📋 copy color: '#414C73'

red 65 ◦ green 76 ◦ blue 115

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

Shades of Astronaut #414C73

Tints of Astronaut #414C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.92%

R = 25.39%
G = 29.69%
B = 44.92%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#414C73 (or 0x414C73) is known color: Astronaut. HEX triplet: 41, 4C and 73. RGB value is (65,76,115). Sum of RGB (Red+Green+Blue) = 65+76+115=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #414C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C73 is #BEB38C. Grayscale: #4C4C4C. Windows color (decimal): -12497805 or 7556161. OLE color: 7556161.

HSL color Cylindrical-coordinate representation of color #414C73: hue angle of 226.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414C73 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 76 115 -
CMYK 0.43 0.34 0 0.55
HSL 226.8º 0.28% 0.35% -
HSV(B) 226.8º 0.43% 0.45% -
XYZ 7.86 7.53 17.26 -
YUV 77.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 65 76 115 0.43 0.34 0 0.55 226.8 0.28 0.35
Hex 41 4C 73 2B 22 0 37 E3 1C 23
Octal 101 114 163 53 42 0 67 343 34 43
Binary 1000001 1001100 1110011 101011 100010 0 110111 11100011 11100 100011

Color Harmonies of #414C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C73

Black with #414C73

Text Example


Text Example

White with #414C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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