Html Css Color HEX #414D70 Astronaut

📋 copy color: '#414D70'

red 65 ◦ green 77 ◦ blue 112

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

Shades of Astronaut #414D70

Tints of Astronaut #414D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 25.59%
G = 30.31%
B = 44.09%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414D70 (or 0x414D70) is known color: Astronaut. HEX triplet: 41, 4D and 70. RGB value is (65,77,112). Sum of RGB (Red+Green+Blue) = 65+77+112=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #414D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D70 is #BEB28F. Grayscale: #4D4D4D. Windows color (decimal): -12497552 or 7359809. OLE color: 7359809.

HSL color Cylindrical-coordinate representation of color #414D70: hue angle of 224.68º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414D70 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 77 112 -
CMYK 0.42 0.31 0 0.56
HSL 224.68º 0.27% 0.35% -
HSV(B) 224.68º 0.42% 0.44% -
XYZ 7.76 7.6 16.39 -
YUV 77.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 65 77 112 0.42 0.31 0 0.56 224.68 0.27 0.35
Hex 41 4D 70 2A 1F 0 38 E1 1B 23
Octal 101 115 160 52 37 0 70 341 33 43
Binary 1000001 1001101 1110000 101010 11111 0 111000 11100001 11011 100011

Color Harmonies of #414D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D70

Black with #414D70

Text Example


Text Example

White with #414D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,77,112); }

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

background-color css

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

 a { background-color: rgb(65,77,112); }

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

border-color css

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

 span { border-color: rgb(65,77,112); }

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