Html Css Color HEX #465282 Astronaut

📋 copy color: '#465282'

red 70 ◦ green 82 ◦ blue 130

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

Shades of Astronaut #465282

Tints of Astronaut #465282

RGB

 RED value IS 70 (27.73% from 255) = 24.82%

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

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 24.82%
G = 29.08%
B = 46.1%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#465282 (or 0x465282) is known color: Astronaut. HEX triplet: 46, 52 and 82. RGB value is (70,82,130). Sum of RGB (Red+Green+Blue) = 70+82+130=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #465282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465282 is #B9AD7D. Grayscale: #535353. Windows color (decimal): -12168574 or 8540742. OLE color: 8540742.

HSL color Cylindrical-coordinate representation of color #465282: hue angle of 228º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #465282 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 82 130 -
CMYK 0.46 0.37 0 0.49
HSL 228º 0.3% 0.39% -
HSV(B) 228º 0.46% 0.51% -
XYZ 9.57 8.95 22.34 -
YUV 83.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 70 82 130 0.46 0.37 0 0.49 228 0.3 0.39
Hex 46 52 82 2E 25 0 31 E4 1E 27
Octal 106 122 202 56 45 0 61 344 36 47
Binary 1000110 1010010 10000010 101110 100101 0 110001 11100100 11110 100111

Color Harmonies of #465282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465282

Black with #465282

Text Example


Text Example

White with #465282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465282; }

 p { color: rgb(70,82,130); }

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

background-color css

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

 a { background-color: rgb(70,82,130); }

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

border-color css

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

 span { border-color: rgb(70,82,130); }

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