Html Css Color HEX #4B5178 Astronaut

📋 copy color: '#4B5178'

red 75 ◦ green 81 ◦ blue 120

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

Shades of Astronaut #4B5178

Tints of Astronaut #4B5178

RGB

 RED value IS 75 (29.69% from 255) = 27.17%

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 27.17%
G = 29.35%
B = 43.48%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B5178 (or 0x4B5178) is known color: Astronaut. HEX triplet: 4B, 51 and 78. RGB value is (75,81,120). Sum of RGB (Red+Green+Blue) = 75+81+120=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B5178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5178 is #B4AE87. Grayscale: #535353. Windows color (decimal): -11841160 or 7885131. OLE color: 7885131.

HSL color Cylindrical-coordinate representation of color #4B5178: hue angle of 232º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B5178 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 81 120 -
CMYK 0.37 0.32 0 0.53
HSL 232º 0.23% 0.38% -
HSV(B) 232º 0.38% 0.47% -
XYZ 9.23 8.74 18.97 -
YUV 83.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 75 81 120 0.37 0.32 0 0.53 232 0.23 0.38
Hex 4B 51 78 25 20 0 35 E8 17 26
Octal 113 121 170 45 40 0 65 350 27 46
Binary 1001011 1010001 1111000 100101 100000 0 110101 11101000 10111 100110

Color Harmonies of #4B5178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5178

Black with #4B5178

Text Example


Text Example

White with #4B5178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B5178; }

 p { color: rgb(75,81,120); }

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

background-color css

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

 a { background-color: rgb(75,81,120); }

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

border-color css

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

 span { border-color: rgb(75,81,120); }

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