Html Css Color HEX #414C6F Astronaut

📋 copy color: '#414C6F'

red 65 ◦ green 76 ◦ blue 111

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

Shades of Astronaut #414C6F

Tints of Astronaut #414C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 25.79%
G = 30.16%
B = 44.05%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414C6F (or 0x414C6F) is known color: Astronaut. HEX triplet: 41, 4C and 6F. RGB value is (65,76,111). Sum of RGB (Red+Green+Blue) = 65+76+111=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #414C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C6F is #BEB390. Grayscale: #4C4C4C. Windows color (decimal): -12497809 or 7294017. OLE color: 7294017.

HSL color Cylindrical-coordinate representation of color #414C6F: hue angle of 225.65º 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 #414C6F is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 76 111 -
CMYK 0.41 0.32 0 0.56
HSL 225.65º 0.26% 0.35% -
HSV(B) 225.65º 0.41% 0.44% -
XYZ 7.63 7.44 16.07 -
YUV 76.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 65 76 111 0.41 0.32 0 0.56 225.65 0.26 0.35
Hex 41 4C 6F 29 20 0 38 E2 1A 23
Octal 101 114 157 51 40 0 70 342 32 43
Binary 1000001 1001100 1101111 101001 100000 0 111000 11100010 11010 100011

Color Harmonies of #414C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C6F

Black with #414C6F

Text Example


Text Example

White with #414C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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