Html Css Color HEX #415074 Astronaut

📋 copy color: '#415074'

red 65 ◦ green 80 ◦ blue 116

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

Shades of Astronaut #415074

Tints of Astronaut #415074

RGB

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

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

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

R = 24.9%
G = 30.65%
B = 44.44%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415074 (or 0x415074) is known color: Astronaut. HEX triplet: 41, 50 and 74. RGB value is (65,80,116). Sum of RGB (Red+Green+Blue) = 65+80+116=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #415074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415074 is #BEAF8B. Grayscale: #4F4F4F. Windows color (decimal): -12496780 or 7622721. OLE color: 7622721.

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

Color convert

RGB 65 80 116 -
CMYK 0.44 0.31 0 0.55
HSL 222.35º 0.28% 0.35% -
HSV(B) 222.35º 0.44% 0.45% -
XYZ 8.2 8.12 17.66 -
YUV 79.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 65 80 116 0.44 0.31 0 0.55 222.35 0.28 0.35
Hex 41 50 74 2C 1F 0 37 DE 1C 23
Octal 101 120 164 54 37 0 67 336 34 43
Binary 1000001 1010000 1110100 101100 11111 0 110111 11011110 11100 100011

Color Harmonies of #415074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415074

Black with #415074

Text Example


Text Example

White with #415074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415074; }

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

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

background-color css

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

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

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

border-color css

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

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

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