Html Css Color HEX #424E6F Astronaut

📋 copy color: '#424E6F'

red 66 ◦ green 78 ◦ blue 111

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

Shades of Astronaut #424E6F

Tints of Astronaut #424E6F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.59%

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

R = 25.88%
G = 30.59%
B = 43.53%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424E6F (or 0x424E6F) is known color: Astronaut. HEX triplet: 42, 4E and 6F. RGB value is (66,78,111). Sum of RGB (Red+Green+Blue) = 66+78+111=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #424E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E6F is #BDB190. Grayscale: #4E4E4E. Windows color (decimal): -12431761 or 7294530. OLE color: 7294530.

HSL color Cylindrical-coordinate representation of color #424E6F: hue angle of 224º degrees, saturation: 0.25, 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 #424E6F is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 78 111 -
CMYK 0.41 0.30 0 0.56
HSL 224º 0.25% 0.35% -
HSV(B) 224º 0.41% 0.44% -
XYZ 7.84 7.75 16.12 -
YUV 78.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 66 78 111 0.41 0.30 0 0.56 224 0.25 0.35
Hex 42 4E 6F 29 1E 0 38 E0 19 23
Octal 102 116 157 51 36 0 70 340 31 43
Binary 1000010 1001110 1101111 101001 11110 0 111000 11100000 11001 100011

Color Harmonies of #424E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E6F

Black with #424E6F

Text Example


Text Example

White with #424E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,78,111); }

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

background-color css

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

 a { background-color: rgb(66,78,111); }

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

border-color css

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

 span { border-color: rgb(66,78,111); }

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