Html Css Color HEX #425178 Astronaut

📋 copy color: '#425178'

red 66 ◦ green 81 ◦ blue 120

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

Shades of Astronaut #425178

Tints of Astronaut #425178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.94%

R = 24.72%
G = 30.34%
B = 44.94%

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

#425178 (or 0x425178) is known color: Astronaut. HEX triplet: 42, 51 and 78. RGB value is (66,81,120). Sum of RGB (Red+Green+Blue) = 66+81+120=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #425178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425178 is #BDAE87. Grayscale: #505050. Windows color (decimal): -12430984 or 7885122. OLE color: 7885122.

HSL color Cylindrical-coordinate representation of color #425178: hue angle of 223.33º 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 #425178 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 81 120 -
CMYK 0.45 0.32 0 0.53
HSL 223.33º 0.29% 0.36% -
HSV(B) 223.33º 0.45% 0.47% -
XYZ 8.58 8.4 18.94 -
YUV 80.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 66 81 120 0.45 0.32 0 0.53 223.33 0.29 0.36
Hex 42 51 78 2D 20 0 35 DF 1D 24
Octal 102 121 170 55 40 0 65 337 35 44
Binary 1000010 1010001 1111000 101101 100000 0 110101 11011111 11101 100100

Color Harmonies of #425178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425178

Black with #425178

Text Example


Text Example

White with #425178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425178; }

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

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

background-color css

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

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

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

border-color css

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

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

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