Html Css Color HEX #424F6D Astronaut

📋 copy color: '#424F6D'

red 66 ◦ green 79 ◦ blue 109

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

Shades of Astronaut #424F6D

Tints of Astronaut #424F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 25.98%
G = 31.1%
B = 42.91%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#424F6D (or 0x424F6D) is known color: Astronaut. HEX triplet: 42, 4F and 6D. RGB value is (66,79,109). Sum of RGB (Red+Green+Blue) = 66+79+109=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #424F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F6D is #BDB092. Grayscale: #4E4E4E. Windows color (decimal): -12431507 or 7163714. OLE color: 7163714.

HSL color Cylindrical-coordinate representation of color #424F6D: hue angle of 221.86º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424F6D is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 79 109 -
CMYK 0.39 0.28 0 0.57
HSL 221.86º 0.25% 0.34% -
HSV(B) 221.86º 0.39% 0.43% -
XYZ 7.8 7.85 15.57 -
YUV 78.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 66 79 109 0.39 0.28 0 0.57 221.86 0.25 0.34
Hex 42 4F 6D 27 1C 0 39 DE 19 22
Octal 102 117 155 47 34 0 71 336 31 42
Binary 1000010 1001111 1101101 100111 11100 0 111001 11011110 11001 100010

Color Harmonies of #424F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F6D

Black with #424F6D

Text Example


Text Example

White with #424F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424F6D; }

 p { color: rgb(66,79,109); }

 H1.HeaderClassName
 {
   color: #424F6D;
 }
 .AnyTagClassName
 {
   color: #424F6D;
 }
</style>

background-color css

<style>
 a { background-color: #424F6D; }

 a { background-color: rgb(66,79,109); }

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

border-color css

<style>
 span { border-color: #424F6D; }

 span { border-color: rgb(66,79,109); }

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