Html Css Color HEX #414B71 Astronaut

📋 copy color: '#414B71'

red 65 ◦ green 75 ◦ blue 113

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

Shades of Astronaut #414B71

Tints of Astronaut #414B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.64%

 BLUE value IS 113 (44.53% from 255) = 44.66%

R = 25.69%
G = 29.64%
B = 44.66%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414B71 (or 0x414B71) is known color: Astronaut. HEX triplet: 41, 4B and 71. RGB value is (65,75,113). Sum of RGB (Red+Green+Blue) = 65+75+113=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #414B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B71 is #BEB48E. Grayscale: #4C4C4C. Windows color (decimal): -12498063 or 7424833. OLE color: 7424833.

HSL color Cylindrical-coordinate representation of color #414B71: hue angle of 227.5º 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 #414B71 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 75 113 -
CMYK 0.42 0.34 0 0.56
HSL 227.5º 0.27% 0.35% -
HSV(B) 227.5º 0.42% 0.44% -
XYZ 7.68 7.35 16.64 -
YUV 76.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 65 75 113 0.42 0.34 0 0.56 227.5 0.27 0.35
Hex 41 4B 71 2A 22 0 38 E4 1B 23
Octal 101 113 161 52 42 0 70 344 33 43
Binary 1000001 1001011 1110001 101010 100010 0 111000 11100100 11011 100011

Color Harmonies of #414B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B71

Black with #414B71

Text Example


Text Example

White with #414B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,75,113); }

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

background-color css

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

 a { background-color: rgb(65,75,113); }

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

border-color css

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

 span { border-color: rgb(65,75,113); }

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