Html Css Color HEX #454C75 Astronaut

📋 copy color: '#454C75'

red 69 ◦ green 76 ◦ blue 117

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

Shades of Astronaut #454C75

Tints of Astronaut #454C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

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

R = 26.34%
G = 29.01%
B = 44.66%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#454C75 (or 0x454C75) is known color: Astronaut. HEX triplet: 45, 4C and 75. RGB value is (69,76,117). Sum of RGB (Red+Green+Blue) = 69+76+117=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #454C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C75 is #BAB38A. Grayscale: #4E4E4E. Windows color (decimal): -12235659 or 7687237. OLE color: 7687237.

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

Color convert

RGB 69 76 117 -
CMYK 0.41 0.35 0 0.54
HSL 231.25º 0.26% 0.36% -
HSV(B) 231.25º 0.41% 0.46% -
XYZ 8.25 7.72 17.88 -
YUV 78.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 69 76 117 0.41 0.35 0 0.54 231.25 0.26 0.36
Hex 45 4C 75 29 23 0 36 E7 1A 24
Octal 105 114 165 51 43 0 66 347 32 44
Binary 1000101 1001100 1110101 101001 100011 0 110110 11100111 11010 100100

Color Harmonies of #454C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C75

Black with #454C75

Text Example


Text Example

White with #454C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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