Html Css Color HEX #4B596E Chambray

📋 copy color: '#4B596E'

red 75 ◦ green 89 ◦ blue 110

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

Shades of Chambray #4B596E

Tints of Chambray #4B596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.15%

R = 27.37%
G = 32.48%
B = 40.15%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B596E (or 0x4B596E) is known color: Chambray. HEX triplet: 4B, 59 and 6E. RGB value is (75,89,110). Sum of RGB (Red+Green+Blue) = 75+89+110=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B596E is #B4A691. Grayscale: #575757. Windows color (decimal): -11839122 or 7231819. OLE color: 7231819.

HSL color Cylindrical-coordinate representation of color #4B596E: hue angle of 216º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B596E is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 89 110 -
CMYK 0.32 0.19 0 0.57
HSL 216º 0.19% 0.36% -
HSV(B) 216º 0.32% 0.43% -
XYZ 9.29 9.77 16.15 -
YUV 87.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 75 89 110 0.32 0.19 0 0.57 216 0.19 0.36
Hex 4B 59 6E 20 13 0 39 D8 13 24
Octal 113 131 156 40 23 0 71 330 23 44
Binary 1001011 1011001 1101110 100000 10011 0 111001 11011000 10011 100100

Color Harmonies of #4B596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B596E

Black with #4B596E

Text Example


Text Example

White with #4B596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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