Html Css Color HEX #455376 Astronaut

📋 copy color: '#455376'

red 69 ◦ green 83 ◦ blue 118

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

Shades of Astronaut #455376

Tints of Astronaut #455376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 25.56%
G = 30.74%
B = 43.7%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#455376 (or 0x455376) is known color: Astronaut. HEX triplet: 45, 53 and 76. RGB value is (69,83,118). Sum of RGB (Red+Green+Blue) = 69+83+118=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #455376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455376 is #BAAC89. Grayscale: #525252. Windows color (decimal): -12233866 or 7754565. OLE color: 7754565.

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

Color convert

RGB 69 83 118 -
CMYK 0.42 0.30 0 0.54
HSL 222.86º 0.26% 0.37% -
HSV(B) 222.86º 0.42% 0.46% -
XYZ 8.82 8.76 18.37 -
YUV 82.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 69 83 118 0.42 0.30 0 0.54 222.86 0.26 0.37
Hex 45 53 76 2A 1E 0 36 DF 1A 25
Octal 105 123 166 52 36 0 66 337 32 45
Binary 1000101 1010011 1110110 101010 11110 0 110110 11011111 11010 100101

Color Harmonies of #455376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455376

Black with #455376

Text Example


Text Example

White with #455376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455376; }

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

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

background-color css

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

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

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

border-color css

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

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

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