Html Css Color HEX #405075 Astronaut

📋 copy color: '#405075'

red 64 ◦ green 80 ◦ blue 117

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

Shades of Astronaut #405075

Tints of Astronaut #405075

RGB

 RED value IS 64 (25.39% from 255) = 24.52%

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

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

R = 24.52%
G = 30.65%
B = 44.83%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405075 (or 0x405075) is known color: Astronaut. HEX triplet: 40, 50 and 75. RGB value is (64,80,117). Sum of RGB (Red+Green+Blue) = 64+80+117=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #405075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405075 is #BFAF8A. Grayscale: #4F4F4F. Windows color (decimal): -12562315 or 7688256. OLE color: 7688256.

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

Color convert

RGB 64 80 117 -
CMYK 0.45 0.32 0 0.54
HSL 221.89º 0.29% 0.35% -
HSV(B) 221.89º 0.45% 0.46% -
XYZ 8.19 8.11 17.96 -
YUV 79.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 64 80 117 0.45 0.32 0 0.54 221.89 0.29 0.35
Hex 40 50 75 2D 20 0 36 DE 1D 23
Octal 100 120 165 55 40 0 66 336 35 43
Binary 1000000 1010000 1110101 101101 100000 0 110110 11011110 11101 100011

Color Harmonies of #405075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405075

Black with #405075

Text Example


Text Example

White with #405075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405075; }

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

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

background-color css

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

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

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

border-color css

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

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

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