Html Css Color HEX #4B5779 Chambray

📋 copy color: '#4B5779'

red 75 ◦ green 87 ◦ blue 121

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

Shades of Chambray #4B5779

Tints of Chambray #4B5779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.74%

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

R = 26.5%
G = 30.74%
B = 42.76%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B5779 (or 0x4B5779) is known color: Chambray. HEX triplet: 4B, 57 and 79. RGB value is (75,87,121). Sum of RGB (Red+Green+Blue) = 75+87+121=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B5779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5779 is #B4A886. Grayscale: #575757. Windows color (decimal): -11839623 or 7952203. OLE color: 7952203.

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

Color convert

RGB 75 87 121 -
CMYK 0.38 0.28 0 0.53
HSL 224.35º 0.23% 0.38% -
HSV(B) 224.35º 0.38% 0.47% -
XYZ 9.76 9.69 19.45 -
YUV 87.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 75 87 121 0.38 0.28 0 0.53 224.35 0.23 0.38
Hex 4B 57 79 26 1C 0 35 E0 17 26
Octal 113 127 171 46 34 0 65 340 27 46
Binary 1001011 1010111 1111001 100110 11100 0 110101 11100000 10111 100110

Color Harmonies of #4B5779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5779

Black with #4B5779

Text Example


Text Example

White with #4B5779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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