Html Css Color HEX #405074 Astronaut

📋 copy color: '#405074'

red 64 ◦ green 80 ◦ blue 116

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

Shades of Astronaut #405074

Tints of Astronaut #405074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.62%

R = 24.62%
G = 30.77%
B = 44.62%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#405074 (or 0x405074) is known color: Astronaut. HEX triplet: 40, 50 and 74. RGB value is (64,80,116). Sum of RGB (Red+Green+Blue) = 64+80+116=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #405074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405074 is #BFAF8B. Grayscale: #4F4F4F. Windows color (decimal): -12562316 or 7622720. OLE color: 7622720.

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

Color convert

RGB 64 80 116 -
CMYK 0.45 0.31 0 0.55
HSL 221.54º 0.29% 0.35% -
HSV(B) 221.54º 0.45% 0.45% -
XYZ 8.14 8.09 17.66 -
YUV 79.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 64 80 116 0.45 0.31 0 0.55 221.54 0.29 0.35
Hex 40 50 74 2D 1F 0 37 DE 1D 23
Octal 100 120 164 55 37 0 67 336 35 43
Binary 1000000 1010000 1110100 101101 11111 0 110111 11011110 11101 100011

Color Harmonies of #405074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405074

Black with #405074

Text Example


Text Example

White with #405074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405074; }

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

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

background-color css

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

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

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

border-color css

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

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

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