Html Css Color HEX #425271 Astronaut

📋 copy color: '#425271'

red 66 ◦ green 82 ◦ blue 113

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

Shades of Astronaut #425271

Tints of Astronaut #425271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 25.29%
G = 31.42%
B = 43.3%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#425271 (or 0x425271) is known color: Astronaut. HEX triplet: 42, 52 and 71. RGB value is (66,82,113). Sum of RGB (Red+Green+Blue) = 66+82+113=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #425271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425271 is #BDAD8E. Grayscale: #505050. Windows color (decimal): -12430735 or 7426626. OLE color: 7426626.

HSL color Cylindrical-coordinate representation of color #425271: hue angle of 219.57º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425271 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 82 113 -
CMYK 0.42 0.27 0 0.56
HSL 219.57º 0.26% 0.35% -
HSV(B) 219.57º 0.42% 0.44% -
XYZ 8.24 8.39 16.81 -
YUV 80.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 66 82 113 0.42 0.27 0 0.56 219.57 0.26 0.35
Hex 42 52 71 2A 1B 0 38 DC 1A 23
Octal 102 122 161 52 33 0 70 334 32 43
Binary 1000010 1010010 1110001 101010 11011 0 111000 11011100 11010 100011

Color Harmonies of #425271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425271

Black with #425271

Text Example


Text Example

White with #425271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425271; }

 p { color: rgb(66,82,113); }

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

background-color css

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

 a { background-color: rgb(66,82,113); }

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

border-color css

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

 span { border-color: rgb(66,82,113); }

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