Html Css Color HEX #424D75 Astronaut

📋 copy color: '#424D75'

red 66 ◦ green 77 ◦ blue 117

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

Shades of Astronaut #424D75

Tints of Astronaut #424D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

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

R = 25.38%
G = 29.62%
B = 45%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424D75 (or 0x424D75) is known color: Astronaut. HEX triplet: 42, 4D and 75. RGB value is (66,77,117). Sum of RGB (Red+Green+Blue) = 66+77+117=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #424D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D75 is #BDB28A. Grayscale: #4E4E4E. Windows color (decimal): -12432011 or 7687490. OLE color: 7687490.

HSL color Cylindrical-coordinate representation of color #424D75: hue angle of 227.06º 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 #424D75 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 77 117 -
CMYK 0.44 0.34 0 0.54
HSL 227.06º 0.28% 0.36% -
HSV(B) 227.06º 0.44% 0.46% -
XYZ 8.11 7.75 17.9 -
YUV 78.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 66 77 117 0.44 0.34 0 0.54 227.06 0.28 0.36
Hex 42 4D 75 2C 22 0 36 E3 1C 24
Octal 102 115 165 54 42 0 66 343 34 44
Binary 1000010 1001101 1110101 101100 100010 0 110110 11100011 11100 100100

Color Harmonies of #424D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D75

Black with #424D75

Text Example


Text Example

White with #424D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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