Html Css Color HEX #425177 Astronaut

📋 copy color: '#425177'

red 66 ◦ green 81 ◦ blue 119

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

Shades of Astronaut #425177

Tints of Astronaut #425177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 24.81%
G = 30.45%
B = 44.74%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425177 (or 0x425177) is known color: Astronaut. HEX triplet: 42, 51 and 77. RGB value is (66,81,119). Sum of RGB (Red+Green+Blue) = 66+81+119=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #425177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425177 is #BDAE88. Grayscale: #505050. Windows color (decimal): -12430985 or 7819586. OLE color: 7819586.

HSL color Cylindrical-coordinate representation of color #425177: hue angle of 223.02º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425177 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 81 119 -
CMYK 0.45 0.32 0 0.53
HSL 223.02º 0.29% 0.36% -
HSV(B) 223.02º 0.45% 0.47% -
XYZ 8.52 8.38 18.62 -
YUV 80.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 66 81 119 0.45 0.32 0 0.53 223.02 0.29 0.36
Hex 42 51 77 2D 20 0 35 DF 1D 24
Octal 102 121 167 55 40 0 65 337 35 44
Binary 1000010 1010001 1110111 101101 100000 0 110101 11011111 11101 100100

Color Harmonies of #425177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425177

Black with #425177

Text Example


Text Example

White with #425177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425177; }

 p { color: rgb(66,81,119); }

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

background-color css

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

 a { background-color: rgb(66,81,119); }

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

border-color css

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

 span { border-color: rgb(66,81,119); }

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