Html Css Color HEX #415072 Astronaut

📋 copy color: '#415072'

red 65 ◦ green 80 ◦ blue 114

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

Shades of Astronaut #415072

Tints of Astronaut #415072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.02%

R = 25.1%
G = 30.89%
B = 44.02%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415072 (or 0x415072) is known color: Astronaut. HEX triplet: 41, 50 and 72. RGB value is (65,80,114). Sum of RGB (Red+Green+Blue) = 65+80+114=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #415072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415072 is #BEAF8D. Grayscale: #4F4F4F. Windows color (decimal): -12496782 or 7491649. OLE color: 7491649.

HSL color Cylindrical-coordinate representation of color #415072: hue angle of 221.63º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #415072 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 80 114 -
CMYK 0.43 0.30 0 0.55
HSL 221.63º 0.27% 0.35% -
HSV(B) 221.63º 0.43% 0.45% -
XYZ 8.09 8.08 17.05 -
YUV 79.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 65 80 114 0.43 0.30 0 0.55 221.63 0.27 0.35
Hex 41 50 72 2B 1E 0 37 DE 1B 23
Octal 101 120 162 53 36 0 67 336 33 43
Binary 1000001 1010000 1110010 101011 11110 0 110111 11011110 11011 100011

Color Harmonies of #415072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415072

Black with #415072

Text Example


Text Example

White with #415072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415072; }

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

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

background-color css

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

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

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

border-color css

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

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

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