Html Css Color HEX #415075 Astronaut

📋 copy color: '#415075'

red 65 ◦ green 80 ◦ blue 117

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

Shades of Astronaut #415075

Tints of Astronaut #415075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 24.81%
G = 30.53%
B = 44.66%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415075 (or 0x415075) is known color: Astronaut. HEX triplet: 41, 50 and 75. RGB value is (65,80,117). Sum of RGB (Red+Green+Blue) = 65+80+117=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #415075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415075 is #BEAF8A. Grayscale: #4F4F4F. Windows color (decimal): -12496779 or 7688257. OLE color: 7688257.

HSL color Cylindrical-coordinate representation of color #415075: hue angle of 222.69º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415075 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 80 117 -
CMYK 0.44 0.32 0 0.54
HSL 222.69º 0.29% 0.36% -
HSV(B) 222.69º 0.44% 0.46% -
XYZ 8.26 8.15 17.97 -
YUV 79.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 65 80 117 0.44 0.32 0 0.54 222.69 0.29 0.36
Hex 41 50 75 2C 20 0 36 DF 1D 24
Octal 101 120 165 54 40 0 66 337 35 44
Binary 1000001 1010000 1110101 101100 100000 0 110110 11011111 11101 100100

Color Harmonies of #415075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415075

Black with #415075

Text Example


Text Example

White with #415075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415075; }

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

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

background-color css

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

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

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

border-color css

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

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

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