Html Css Color HEX #4B5C76 Chambray

📋 copy color: '#4B5C76'

red 75 ◦ green 92 ◦ blue 118

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

Shades of Chambray #4B5C76

Tints of Chambray #4B5C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 26.32%
G = 32.28%
B = 41.4%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B5C76 (or 0x4B5C76) is known color: Chambray. HEX triplet: 4B, 5C and 76. RGB value is (75,92,118). Sum of RGB (Red+Green+Blue) = 75+92+118=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B5C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5C76 is #B4A389. Grayscale: #595959. Windows color (decimal): -11838346 or 7756875. OLE color: 7756875.

HSL color Cylindrical-coordinate representation of color #4B5C76: hue angle of 216.28º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B5C76 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 92 118 -
CMYK 0.36 0.22 0 0.54
HSL 216.28º 0.22% 0.38% -
HSV(B) 216.28º 0.36% 0.46% -
XYZ 10 10.46 18.63 -
YUV 89.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 75 92 118 0.36 0.22 0 0.54 216.28 0.22 0.38
Hex 4B 5C 76 24 16 0 36 D8 16 26
Octal 113 134 166 44 26 0 66 330 26 46
Binary 1001011 1011100 1110110 100100 10110 0 110110 11011000 10110 100110

Color Harmonies of #4B5C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5C76

Black with #4B5C76

Text Example


Text Example

White with #4B5C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,92,118); }

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

background-color css

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

 a { background-color: rgb(75,92,118); }

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

border-color css

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

 span { border-color: rgb(75,92,118); }

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