Html Css Color HEX #4B6072 Chambray

📋 copy color: '#4B6072'

red 75 ◦ green 96 ◦ blue 114

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

Shades of Chambray #4B6072

Tints of Chambray #4B6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 114 (44.92% from 255) = 40%

R = 26.32%
G = 33.68%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B6072 (or 0x4B6072) is known color: Chambray. HEX triplet: 4B, 60 and 72. RGB value is (75,96,114). Sum of RGB (Red+Green+Blue) = 75+96+114=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B6072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6072 is #B49F8D. Grayscale: #5B5B5B. Windows color (decimal): -11837326 or 7495755. OLE color: 7495755.

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

Color convert

RGB 75 96 114 -
CMYK 0.34 0.16 0 0.55
HSL 207.69º 0.21% 0.37% -
HSV(B) 207.69º 0.34% 0.45% -
XYZ 10.12 11.08 17.52 -
YUV 91.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 75 96 114 0.34 0.16 0 0.55 207.69 0.21 0.37
Hex 4B 60 72 22 10 0 37 D0 15 25
Octal 113 140 162 42 20 0 67 320 25 45
Binary 1001011 1100000 1110010 100010 10000 0 110111 11010000 10101 100101

Color Harmonies of #4B6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6072

Black with #4B6072

Text Example


Text Example

White with #4B6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,96,114); }

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

background-color css

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

 a { background-color: rgb(75,96,114); }

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

border-color css

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

 span { border-color: rgb(75,96,114); }

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