Html Css Color HEX #414F75 Astronaut

📋 copy color: '#414F75'

red 65 ◦ green 79 ◦ blue 117

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

Shades of Astronaut #414F75

Tints of Astronaut #414F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 24.9%
G = 30.27%
B = 44.83%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414F75 (or 0x414F75) is known color: Astronaut. HEX triplet: 41, 4F and 75. RGB value is (65,79,117). Sum of RGB (Red+Green+Blue) = 65+79+117=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #414F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F75 is #BEB08A. Grayscale: #4E4E4E. Windows color (decimal): -12497035 or 7688001. OLE color: 7688001.

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

Color convert

RGB 65 79 117 -
CMYK 0.44 0.32 0 0.54
HSL 223.85º 0.29% 0.36% -
HSV(B) 223.85º 0.44% 0.46% -
XYZ 8.19 8 17.94 -
YUV 79.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 65 79 117 0.44 0.32 0 0.54 223.85 0.29 0.36
Hex 41 4F 75 2C 20 0 36 E0 1D 24
Octal 101 117 165 54 40 0 66 340 35 44
Binary 1000001 1001111 1110101 101100 100000 0 110110 11100000 11101 100100

Color Harmonies of #414F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F75

Black with #414F75

Text Example


Text Example

White with #414F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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