Html Css Color HEX #414C6C Astronaut

📋 copy color: '#414C6C'

red 65 ◦ green 76 ◦ blue 108

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

Shades of Astronaut #414C6C

Tints of Astronaut #414C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 26.1%
G = 30.52%
B = 43.37%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#414C6C (or 0x414C6C) is known color: Astronaut. HEX triplet: 41, 4C and 6C. RGB value is (65,76,108). Sum of RGB (Red+Green+Blue) = 65+76+108=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #414C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C6C is #BEB393. Grayscale: #4C4C4C. Windows color (decimal): -12497812 or 7097409. OLE color: 7097409.

HSL color Cylindrical-coordinate representation of color #414C6C: hue angle of 224.65º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #414C6C is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 76 108 -
CMYK 0.40 0.30 0 0.58
HSL 224.65º 0.25% 0.34% -
HSV(B) 224.65º 0.4% 0.42% -
XYZ 7.47 7.38 15.22 -
YUV 76.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 65 76 108 0.40 0.30 0 0.58 224.65 0.25 0.34
Hex 41 4C 6C 28 1E 0 3A E1 19 22
Octal 101 114 154 50 36 0 72 341 31 42
Binary 1000001 1001100 1101100 101000 11110 0 111010 11100001 11001 100010

Color Harmonies of #414C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C6C

Black with #414C6C

Text Example


Text Example

White with #414C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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