Html Css Color HEX #415071 Astronaut

📋 copy color: '#415071'

red 65 ◦ green 80 ◦ blue 113

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

Shades of Astronaut #415071

Tints of Astronaut #415071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 25.19%
G = 31.01%
B = 43.8%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#415071 (or 0x415071) is known color: Astronaut. HEX triplet: 41, 50 and 71. RGB value is (65,80,113). Sum of RGB (Red+Green+Blue) = 65+80+113=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #415071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415071 is #BEAF8E. Grayscale: #4F4F4F. Windows color (decimal): -12496783 or 7426113. OLE color: 7426113.

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

Color convert

RGB 65 80 113 -
CMYK 0.42 0.29 0 0.56
HSL 221.25º 0.27% 0.35% -
HSV(B) 221.25º 0.42% 0.44% -
XYZ 8.03 8.05 16.75 -
YUV 79.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 65 80 113 0.42 0.29 0 0.56 221.25 0.27 0.35
Hex 41 50 71 2A 1D 0 38 DD 1B 23
Octal 101 120 161 52 35 0 70 335 33 43
Binary 1000001 1010000 1110001 101010 11101 0 111000 11011101 11011 100011

Color Harmonies of #415071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415071

Black with #415071

Text Example


Text Example

White with #415071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415071; }

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

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

background-color css

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

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

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

border-color css

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

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

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