Html Css Color HEX #414F76 Astronaut

📋 copy color: '#414F76'

red 65 ◦ green 79 ◦ blue 118

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

Shades of Astronaut #414F76

Tints of Astronaut #414F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.15%

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

R = 24.81%
G = 30.15%
B = 45.04%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414F76 (or 0x414F76) is known color: Astronaut. HEX triplet: 41, 4F and 76. RGB value is (65,79,118). Sum of RGB (Red+Green+Blue) = 65+79+118=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #414F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F76 is #BEB089. Grayscale: #4F4F4F. Windows color (decimal): -12497034 or 7753537. OLE color: 7753537.

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

Color convert

RGB 65 79 118 -
CMYK 0.45 0.33 0 0.54
HSL 224.15º 0.29% 0.36% -
HSV(B) 224.15º 0.45% 0.46% -
XYZ 8.25 8.02 18.25 -
YUV 79.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 65 79 118 0.45 0.33 0 0.54 224.15 0.29 0.36
Hex 41 4F 76 2D 21 0 36 E0 1D 24
Octal 101 117 166 55 41 0 66 340 35 44
Binary 1000001 1001111 1110110 101101 100001 0 110110 11100000 11101 100100

Color Harmonies of #414F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F76

Black with #414F76

Text Example


Text Example

White with #414F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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