Html Css Color HEX #454F76 Astronaut

📋 copy color: '#454F76'

red 69 ◦ green 79 ◦ blue 118

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

Shades of Astronaut #454F76

Tints of Astronaut #454F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

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

R = 25.94%
G = 29.7%
B = 44.36%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#454F76 (or 0x454F76) is known color: Astronaut. HEX triplet: 45, 4F and 76. RGB value is (69,79,118). Sum of RGB (Red+Green+Blue) = 69+79+118=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #454F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F76 is #BAB089. Grayscale: #505050. Windows color (decimal): -12234890 or 7753541. OLE color: 7753541.

HSL color Cylindrical-coordinate representation of color #454F76: hue angle of 227.76º 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 #454F76 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 79 118 -
CMYK 0.42 0.33 0 0.54
HSL 227.76º 0.26% 0.37% -
HSV(B) 227.76º 0.42% 0.46% -
XYZ 8.52 8.17 18.27 -
YUV 80.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 69 79 118 0.42 0.33 0 0.54 227.76 0.26 0.37
Hex 45 4F 76 2A 21 0 36 E4 1A 25
Octal 105 117 166 52 41 0 66 344 32 45
Binary 1000101 1001111 1110110 101010 100001 0 110110 11100100 11010 100101

Color Harmonies of #454F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454F76

Black with #454F76

Text Example


Text Example

White with #454F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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