Html Css Color HEX #4B5E73 Chambray

📋 copy color: '#4B5E73'

red 75 ◦ green 94 ◦ blue 115

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

Shades of Chambray #4B5E73

Tints of Chambray #4B5E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 115 (45.31% from 255) = 40.49%

R = 26.41%
G = 33.1%
B = 40.49%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B5E73 (or 0x4B5E73) is known color: Chambray. HEX triplet: 4B, 5E and 73. RGB value is (75,94,115). Sum of RGB (Red+Green+Blue) = 75+94+115=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B5E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5E73 is #B4A18C. Grayscale: #5A5A5A. Windows color (decimal): -11837837 or 7560779. OLE color: 7560779.

HSL color Cylindrical-coordinate representation of color #4B5E73: hue angle of 211.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B5E73 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 94 115 -
CMYK 0.35 0.18 0 0.55
HSL 211.5º 0.21% 0.37% -
HSV(B) 211.5º 0.35% 0.45% -
XYZ 10 10.74 17.77 -
YUV 90.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 75 94 115 0.35 0.18 0 0.55 211.5 0.21 0.37
Hex 4B 5E 73 23 12 0 37 D4 15 25
Octal 113 136 163 43 22 0 67 324 25 45
Binary 1001011 1011110 1110011 100011 10010 0 110111 11010100 10101 100101

Color Harmonies of #4B5E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5E73

Black with #4B5E73

Text Example


Text Example

White with #4B5E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,94,115); }

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

background-color css

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

 a { background-color: rgb(75,94,115); }

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

border-color css

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

 span { border-color: rgb(75,94,115); }

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