Html Css Color HEX #424E7D Astronaut

📋 copy color: '#424E7D'

red 66 ◦ green 78 ◦ blue 125

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

Shades of Astronaut #424E7D

Tints of Astronaut #424E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.47%

R = 24.54%
G = 29%
B = 46.47%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#424E7D (or 0x424E7D) is known color: Astronaut. HEX triplet: 42, 4E and 7D. RGB value is (66,78,125). Sum of RGB (Red+Green+Blue) = 66+78+125=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #424E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E7D is #BDB182. Grayscale: #4F4F4F. Windows color (decimal): -12431747 or 8212034. OLE color: 8212034.

HSL color Cylindrical-coordinate representation of color #424E7D: hue angle of 227.8º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #424E7D is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 78 125 -
CMYK 0.47 0.38 0 0.51
HSL 227.8º 0.31% 0.37% -
HSV(B) 227.8º 0.47% 0.49% -
XYZ 8.67 8.09 20.51 -
YUV 79.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 66 78 125 0.47 0.38 0 0.51 227.8 0.31 0.37
Hex 42 4E 7D 2F 26 0 33 E4 1F 25
Octal 102 116 175 57 46 0 63 344 37 45
Binary 1000010 1001110 1111101 101111 100110 0 110011 11100100 11111 100101

Color Harmonies of #424E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E7D

Black with #424E7D

Text Example


Text Example

White with #424E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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