Html Css Color HEX #415270 Astronaut

📋 copy color: '#415270'

red 65 ◦ green 82 ◦ blue 112

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

Shades of Astronaut #415270

Tints of Astronaut #415270

RGB

 RED value IS 65 (25.78% from 255) = 25.1%

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

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 25.1%
G = 31.66%
B = 43.24%

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

#415270 (or 0x415270) is known color: Astronaut. HEX triplet: 41, 52 and 70. RGB value is (65,82,112). Sum of RGB (Red+Green+Blue) = 65+82+112=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #415270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415270 is #BEAD8F. Grayscale: #505050. Windows color (decimal): -12496272 or 7361089. OLE color: 7361089.

HSL color Cylindrical-coordinate representation of color #415270: hue angle of 218.3º degrees, saturation: 0.27, 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 #415270 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 82 112 -
CMYK 0.42 0.27 0 0.56
HSL 218.3º 0.27% 0.35% -
HSV(B) 218.3º 0.42% 0.44% -
XYZ 8.12 8.33 16.51 -
YUV 80.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 65 82 112 0.42 0.27 0 0.56 218.3 0.27 0.35
Hex 41 52 70 2A 1B 0 38 DA 1B 23
Octal 101 122 160 52 33 0 70 332 33 43
Binary 1000001 1010010 1110000 101010 11011 0 111000 11011010 11011 100011

Color Harmonies of #415270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415270

Black with #415270

Text Example


Text Example

White with #415270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415270; }

 p { color: rgb(65,82,112); }

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

background-color css

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

 a { background-color: rgb(65,82,112); }

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

border-color css

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

 span { border-color: rgb(65,82,112); }

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