Html Css Color HEX #424C6E Astronaut

📋 copy color: '#424C6E'

red 66 ◦ green 76 ◦ blue 110

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

Shades of Astronaut #424C6E

Tints of Astronaut #424C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 26.19%
G = 30.16%
B = 43.65%

CMYK

 C value IS 0.4

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#424C6E (or 0x424C6E) is known color: Astronaut. HEX triplet: 42, 4C and 6E. RGB value is (66,76,110). Sum of RGB (Red+Green+Blue) = 66+76+110=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #424C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C6E is #BDB391. Grayscale: #4C4C4C. Windows color (decimal): -12432274 or 7228482. OLE color: 7228482.

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

Color convert

RGB 66 76 110 -
CMYK 0.4 0.31 0 0.57
HSL 226.36º 0.25% 0.35% -
HSV(B) 226.36º 0.4% 0.43% -
XYZ 7.65 7.45 15.79 -
YUV 76.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 66 76 110 0.4 0.31 0 0.57 226.36 0.25 0.35
Hex 42 4C 6E 28 1F 0 39 E2 19 23
Octal 102 114 156 50 37 0 71 342 31 43
Binary 1000010 1001100 1101110 101000 11111 0 111001 11100010 11001 100011

Color Harmonies of #424C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C6E

Black with #424C6E

Text Example


Text Example

White with #424C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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