Html Css Color HEX #425379 Astronaut

📋 copy color: '#425379'

red 66 ◦ green 83 ◦ blue 121

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

Shades of Astronaut #425379

Tints of Astronaut #425379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.74%

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 24.44%
G = 30.74%
B = 44.81%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425379 (or 0x425379) is known color: Astronaut. HEX triplet: 42, 53 and 79. RGB value is (66,83,121). Sum of RGB (Red+Green+Blue) = 66+83+121=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #425379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425379 is #BDAC86. Grayscale: #525252. Windows color (decimal): -12430471 or 7951170. OLE color: 7951170.

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

Color convert

RGB 66 83 121 -
CMYK 0.45 0.31 0 0.53
HSL 221.45º 0.29% 0.37% -
HSV(B) 221.45º 0.45% 0.47% -
XYZ 8.79 8.73 19.31 -
YUV 82.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 66 83 121 0.45 0.31 0 0.53 221.45 0.29 0.37
Hex 42 53 79 2D 1F 0 35 DD 1D 25
Octal 102 123 171 55 37 0 65 335 35 45
Binary 1000010 1010011 1111001 101101 11111 0 110101 11011101 11101 100101

Color Harmonies of #425379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425379

Black with #425379

Text Example


Text Example

White with #425379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425379; }

 p { color: rgb(66,83,121); }

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

background-color css

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

 a { background-color: rgb(66,83,121); }

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

border-color css

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

 span { border-color: rgb(66,83,121); }

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