Html Css Color HEX #455375 Astronaut

📋 copy color: '#455375'

red 69 ◦ green 83 ◦ blue 117

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

Shades of Astronaut #455375

Tints of Astronaut #455375

RGB

 RED value IS 69 (27.34% from 255) = 25.65%

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 25.65%
G = 30.86%
B = 43.49%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#455375 (or 0x455375) is known color: Astronaut. HEX triplet: 45, 53 and 75. RGB value is (69,83,117). Sum of RGB (Red+Green+Blue) = 69+83+117=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #455375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455375 is #BAAC8A. Grayscale: #525252. Windows color (decimal): -12233867 or 7689029. OLE color: 7689029.

HSL color Cylindrical-coordinate representation of color #455375: hue angle of 222.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #455375 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 83 117 -
CMYK 0.41 0.29 0 0.54
HSL 222.5º 0.26% 0.36% -
HSV(B) 222.5º 0.41% 0.46% -
XYZ 8.76 8.74 18.05 -
YUV 82.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 69 83 117 0.41 0.29 0 0.54 222.5 0.26 0.36
Hex 45 53 75 29 1D 0 36 DE 1A 24
Octal 105 123 165 51 35 0 66 336 32 44
Binary 1000101 1010011 1110101 101001 11101 0 110110 11011110 11010 100100

Color Harmonies of #455375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455375

Black with #455375

Text Example


Text Example

White with #455375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455375; }

 p { color: rgb(69,83,117); }

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

background-color css

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

 a { background-color: rgb(69,83,117); }

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

border-color css

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

 span { border-color: rgb(69,83,117); }

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