Html Css Color HEX #424C7E Astronaut

📋 copy color: '#424C7E'

red 66 ◦ green 76 ◦ blue 126

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

Shades of Astronaut #424C7E

Tints of Astronaut #424C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.01%

R = 24.63%
G = 28.36%
B = 47.01%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#424C7E (or 0x424C7E) is known color: Astronaut. HEX triplet: 42, 4C and 7E. RGB value is (66,76,126). Sum of RGB (Red+Green+Blue) = 66+76+126=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #424C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C7E is #BDB381. Grayscale: #4E4E4E. Windows color (decimal): -12432258 or 8277058. OLE color: 8277058.

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

Color convert

RGB 66 76 126 -
CMYK 0.48 0.40 0 0.51
HSL 230º 0.31% 0.38% -
HSV(B) 230º 0.48% 0.49% -
XYZ 8.6 7.83 20.8 -
YUV 78.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 66 76 126 0.48 0.40 0 0.51 230 0.31 0.38
Hex 42 4C 7E 30 28 0 33 E6 1F 26
Octal 102 114 176 60 50 0 63 346 37 46
Binary 1000010 1001100 1111110 110000 101000 0 110011 11100110 11111 100110

Color Harmonies of #424C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C7E

Black with #424C7E

Text Example


Text Example

White with #424C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,76,126); }

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

background-color css

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

 a { background-color: rgb(66,76,126); }

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

border-color css

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

 span { border-color: rgb(66,76,126); }

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