Html Css Color HEX #414F6C Astronaut

📋 copy color: '#414F6C'

red 65 ◦ green 79 ◦ blue 108

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

Shades of Astronaut #414F6C

Tints of Astronaut #414F6C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.35%

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

R = 25.79%
G = 31.35%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#414F6C (or 0x414F6C) is known color: Astronaut. HEX triplet: 41, 4F and 6C. RGB value is (65,79,108). Sum of RGB (Red+Green+Blue) = 65+79+108=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #414F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F6C is #BEB093. Grayscale: #4D4D4D. Windows color (decimal): -12497044 or 7098177. OLE color: 7098177.

HSL color Cylindrical-coordinate representation of color #414F6C: hue angle of 220.47º 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 #414F6C is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 79 108 -
CMYK 0.40 0.27 0 0.58
HSL 220.47º 0.25% 0.34% -
HSV(B) 220.47º 0.4% 0.42% -
XYZ 7.68 7.8 15.29 -
YUV 78.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 65 79 108 0.40 0.27 0 0.58 220.47 0.25 0.34
Hex 41 4F 6C 28 1B 0 3A DC 19 22
Octal 101 117 154 50 33 0 72 334 31 42
Binary 1000001 1001111 1101100 101000 11011 0 111010 11011100 11001 100010

Color Harmonies of #414F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F6C

Black with #414F6C

Text Example


Text Example

White with #414F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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