Html Css Color HEX #4B5979 Chambray

📋 copy color: '#4B5979'

red 75 ◦ green 89 ◦ blue 121

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

Shades of Chambray #4B5979

Tints of Chambray #4B5979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

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

R = 26.32%
G = 31.23%
B = 42.46%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B5979 (or 0x4B5979) is known color: Chambray. HEX triplet: 4B, 59 and 79. RGB value is (75,89,121). Sum of RGB (Red+Green+Blue) = 75+89+121=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B5979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5979 is #B4A686. Grayscale: #585858. Windows color (decimal): -11839111 or 7952715. OLE color: 7952715.

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

Color convert

RGB 75 89 121 -
CMYK 0.38 0.26 0 0.53
HSL 221.74º 0.23% 0.38% -
HSV(B) 221.74º 0.38% 0.47% -
XYZ 9.93 10.02 19.5 -
YUV 88.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 75 89 121 0.38 0.26 0 0.53 221.74 0.23 0.38
Hex 4B 59 79 26 1A 0 35 DE 17 26
Octal 113 131 171 46 32 0 65 336 27 46
Binary 1001011 1011001 1111001 100110 11010 0 110101 11011110 10111 100110

Color Harmonies of #4B5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5979

Black with #4B5979

Text Example


Text Example

White with #4B5979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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