Html Css Color HEX #41506F Astronaut

📋 copy color: '#41506F'

red 65 ◦ green 80 ◦ blue 111

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

Shades of Astronaut #41506F

Tints of Astronaut #41506F

RGB

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

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

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

R = 25.39%
G = 31.25%
B = 43.36%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41506F (or 0x41506F) is known color: Astronaut. HEX triplet: 41, 50 and 6F. RGB value is (65,80,111). Sum of RGB (Red+Green+Blue) = 65+80+111=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #41506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41506F is #BEAF90. Grayscale: #4E4E4E. Windows color (decimal): -12496785 or 7295041. OLE color: 7295041.

HSL color Cylindrical-coordinate representation of color #41506F: hue angle of 220.43º degrees, saturation: 0.26, 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 #41506F is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 80 111 -
CMYK 0.41 0.28 0 0.56
HSL 220.43º 0.26% 0.35% -
HSV(B) 220.43º 0.41% 0.44% -
XYZ 7.92 8.01 16.17 -
YUV 79.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 65 80 111 0.41 0.28 0 0.56 220.43 0.26 0.35
Hex 41 50 6F 29 1C 0 38 DC 1A 23
Octal 101 120 157 51 34 0 70 334 32 43
Binary 1000001 1010000 1101111 101001 11100 0 111000 11011100 11010 100011

Color Harmonies of #41506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41506F

Black with #41506F

Text Example


Text Example

White with #41506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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