Html Css Color HEX #415070 Astronaut

📋 copy color: '#415070'

red 65 ◦ green 80 ◦ blue 112

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

Shades of Astronaut #415070

Tints of Astronaut #415070

RGB

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

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

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

R = 25.29%
G = 31.13%
B = 43.58%

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

#415070 (or 0x415070) is known color: Astronaut. HEX triplet: 41, 50 and 70. RGB value is (65,80,112). Sum of RGB (Red+Green+Blue) = 65+80+112=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #415070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415070 is #BEAF8F. Grayscale: #4F4F4F. Windows color (decimal): -12496784 or 7360577. OLE color: 7360577.

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

Color convert

RGB 65 80 112 -
CMYK 0.42 0.29 0 0.56
HSL 220.85º 0.27% 0.35% -
HSV(B) 220.85º 0.42% 0.44% -
XYZ 7.97 8.03 16.46 -
YUV 79.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 65 80 112 0.42 0.29 0 0.56 220.85 0.27 0.35
Hex 41 50 70 2A 1D 0 38 DD 1B 23
Octal 101 120 160 52 35 0 70 335 33 43
Binary 1000001 1010000 1110000 101010 11101 0 111000 11011101 11011 100011

Color Harmonies of #415070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415070

Black with #415070

Text Example


Text Example

White with #415070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415070; }

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

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

background-color css

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

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

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

border-color css

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

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

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