Html Css Color HEX #415273 Astronaut

📋 copy color: '#415273'

red 65 ◦ green 82 ◦ blue 115

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

Shades of Astronaut #415273

Tints of Astronaut #415273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 24.81%
G = 31.3%
B = 43.89%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415273 (or 0x415273) is known color: Astronaut. HEX triplet: 41, 52 and 73. RGB value is (65,82,115). Sum of RGB (Red+Green+Blue) = 65+82+115=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #415273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415273 is #BEAD8C. Grayscale: #505050. Windows color (decimal): -12496269 or 7557697. OLE color: 7557697.

HSL color Cylindrical-coordinate representation of color #415273: hue angle of 219.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #415273 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 82 115 -
CMYK 0.43 0.29 0 0.55
HSL 219.6º 0.28% 0.35% -
HSV(B) 219.6º 0.43% 0.45% -
XYZ 8.29 8.4 17.4 -
YUV 80.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 65 82 115 0.43 0.29 0 0.55 219.6 0.28 0.35
Hex 41 52 73 2B 1D 0 37 DC 1C 23
Octal 101 122 163 53 35 0 67 334 34 43
Binary 1000001 1010010 1110011 101011 11101 0 110111 11011100 11100 100011

Color Harmonies of #415273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415273

Black with #415273

Text Example


Text Example

White with #415273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415273; }

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

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

background-color css

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

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

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

border-color css

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

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

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