Html Css Color HEX #465075 Astronaut

📋 copy color: '#465075'

red 70 ◦ green 80 ◦ blue 117

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

Shades of Astronaut #465075

Tints of Astronaut #465075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 26.22%
G = 29.96%
B = 43.82%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465075 (or 0x465075) is known color: Astronaut. HEX triplet: 46, 50 and 75. RGB value is (70,80,117). Sum of RGB (Red+Green+Blue) = 70+80+117=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #465075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465075 is #B9AF8A. Grayscale: #515151. Windows color (decimal): -12169099 or 7688262. OLE color: 7688262.

HSL color Cylindrical-coordinate representation of color #465075: hue angle of 227.23º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465075 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 80 117 -
CMYK 0.40 0.32 0 0.54
HSL 227.23º 0.25% 0.37% -
HSV(B) 227.23º 0.4% 0.46% -
XYZ 8.61 8.32 17.98 -
YUV 81.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 70 80 117 0.40 0.32 0 0.54 227.23 0.25 0.37
Hex 46 50 75 28 20 0 36 E3 19 25
Octal 106 120 165 50 40 0 66 343 31 45
Binary 1000110 1010000 1110101 101000 100000 0 110110 11100011 11001 100101

Color Harmonies of #465075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465075

Black with #465075

Text Example


Text Example

White with #465075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465075; }

 p { color: rgb(70,80,117); }

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

background-color css

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

 a { background-color: rgb(70,80,117); }

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

border-color css

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

 span { border-color: rgb(70,80,117); }

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