Html Css Color HEX #42516F Astronaut

📋 copy color: '#42516F'

red 66 ◦ green 81 ◦ blue 111

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

Shades of Astronaut #42516F

Tints of Astronaut #42516F

RGB

 RED value IS 66 (26.17% from 255) = 25.58%

 GREEN value IS 81 (32.03% from 255) = 31.4%

 BLUE value IS 111 (43.75% from 255) = 43.02%

R = 25.58%
G = 31.4%
B = 43.02%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#42516F (or 0x42516F) is known color: Astronaut. HEX triplet: 42, 51 and 6F. RGB value is (66,81,111). Sum of RGB (Red+Green+Blue) = 66+81+111=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #42516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42516F is #BDAE90. Grayscale: #4F4F4F. Windows color (decimal): -12430993 or 7295298. OLE color: 7295298.

HSL color Cylindrical-coordinate representation of color #42516F: hue angle of 220º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42516F is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 81 111 -
CMYK 0.41 0.27 0 0.56
HSL 220º 0.25% 0.35% -
HSV(B) 220º 0.41% 0.44% -
XYZ 8.06 8.19 16.2 -
YUV 79.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 66 81 111 0.41 0.27 0 0.56 220 0.25 0.35
Hex 42 51 6F 29 1B 0 38 DC 19 23
Octal 102 121 157 51 33 0 70 334 31 43
Binary 1000010 1010001 1101111 101001 11011 0 111000 11011100 11001 100011

Color Harmonies of #42516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42516F

Black with #42516F

Text Example


Text Example

White with #42516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42516F; }

 p { color: rgb(66,81,111); }

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

background-color css

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

 a { background-color: rgb(66,81,111); }

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

border-color css

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

 span { border-color: rgb(66,81,111); }

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