Html Css Color HEX #424E75 Astronaut

📋 copy color: '#424E75'

red 66 ◦ green 78 ◦ blue 117

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

Shades of Astronaut #424E75

Tints of Astronaut #424E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 25.29%
G = 29.89%
B = 44.83%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424E75 (or 0x424E75) is known color: Astronaut. HEX triplet: 42, 4E and 75. RGB value is (66,78,117). Sum of RGB (Red+Green+Blue) = 66+78+117=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #424E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E75 is #BDB18A. Grayscale: #4E4E4E. Windows color (decimal): -12431755 or 7687746. OLE color: 7687746.

HSL color Cylindrical-coordinate representation of color #424E75: hue angle of 225.88º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424E75 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 78 117 -
CMYK 0.44 0.33 0 0.54
HSL 225.88º 0.28% 0.36% -
HSV(B) 225.88º 0.44% 0.46% -
XYZ 8.18 7.89 17.92 -
YUV 78.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 66 78 117 0.44 0.33 0 0.54 225.88 0.28 0.36
Hex 42 4E 75 2C 21 0 36 E2 1C 24
Octal 102 116 165 54 41 0 66 342 34 44
Binary 1000010 1001110 1110101 101100 100001 0 110110 11100010 11100 100100

Color Harmonies of #424E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E75

Black with #424E75

Text Example


Text Example

White with #424E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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