Html Css Color HEX #454C7B Astronaut

📋 copy color: '#454C7B'

red 69 ◦ green 76 ◦ blue 123

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

Shades of Astronaut #454C7B

Tints of Astronaut #454C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 25.75%
G = 28.36%
B = 45.9%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#454C7B (or 0x454C7B) is known color: Astronaut. HEX triplet: 45, 4C and 7B. RGB value is (69,76,123). Sum of RGB (Red+Green+Blue) = 69+76+123=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #454C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C7B is #BAB384. Grayscale: #4F4F4F. Windows color (decimal): -12235653 or 8080453. OLE color: 8080453.

HSL color Cylindrical-coordinate representation of color #454C7B: hue angle of 232.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #454C7B is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 76 123 -
CMYK 0.44 0.38 0 0.52
HSL 232.22º 0.28% 0.38% -
HSV(B) 232.22º 0.44% 0.48% -
XYZ 8.61 7.86 19.8 -
YUV 79.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 69 76 123 0.44 0.38 0 0.52 232.22 0.28 0.38
Hex 45 4C 7B 2C 26 0 34 E8 1C 26
Octal 105 114 173 54 46 0 64 350 34 46
Binary 1000101 1001100 1111011 101100 100110 0 110100 11101000 11100 100110

Color Harmonies of #454C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C7B

Black with #454C7B

Text Example


Text Example

White with #454C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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