Html Css Color HEX #4B5279 Astronaut

📋 copy color: '#4B5279'

red 75 ◦ green 82 ◦ blue 121

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

Shades of Astronaut #4B5279

Tints of Astronaut #4B5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

 BLUE value IS 121 (47.66% from 255) = 43.53%

R = 26.98%
G = 29.5%
B = 43.53%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B5279 (or 0x4B5279) is known color: Astronaut. HEX triplet: 4B, 52 and 79. RGB value is (75,82,121). Sum of RGB (Red+Green+Blue) = 75+82+121=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B5279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5279 is #B4AD86. Grayscale: #545454. Windows color (decimal): -11840903 or 7950923. OLE color: 7950923.

HSL color Cylindrical-coordinate representation of color #4B5279: hue angle of 230.87º 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 #4B5279 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 82 121 -
CMYK 0.38 0.32 0 0.53
HSL 230.87º 0.23% 0.38% -
HSV(B) 230.87º 0.38% 0.47% -
XYZ 9.37 8.91 19.32 -
YUV 84.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 75 82 121 0.38 0.32 0 0.53 230.87 0.23 0.38
Hex 4B 52 79 26 20 0 35 E7 17 26
Octal 113 122 171 46 40 0 65 347 27 46
Binary 1001011 1010010 1111001 100110 100000 0 110101 11100111 10111 100110

Color Harmonies of #4B5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5279

Black with #4B5279

Text Example


Text Example

White with #4B5279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,82,121); }

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

background-color css

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

 a { background-color: rgb(75,82,121); }

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

border-color css

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

 span { border-color: rgb(75,82,121); }

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