Html Css Color HEX #4B534F Cape Cod

📋 copy color: '#4B534F'

red 75 ◦ green 83 ◦ blue 79

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

Shades of Cape Cod #4B534F

Tints of Cape Cod #4B534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

 BLUE value IS 79 (31.25% from 255) = 33.33%

R = 31.65%
G = 35.02%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#4B534F (or 0x4B534F) is known color: Cape Cod. HEX triplet: 4B, 53 and 4F. RGB value is (75,83,79). Sum of RGB (Red+Green+Blue) = 75+83+79=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 83 - color contains mainly: green. Hex color #4B534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B534F is #B4ACB0. Grayscale: #505050. Windows color (decimal): -11840689 or 5198667. OLE color: 5198667.

HSL color Cylindrical-coordinate representation of color #4B534F: hue angle of 150º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4B534F is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 83 79 -
CMYK 0.10 0 0.05 0.67
HSL 150º 0.05% 0.31% -
HSV(B) 150º 0.1% 0.33% -
XYZ 7.41 8.25 8.6 -
YUV 80.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 75 83 79 0.10 0 0.05 0.67 150 0.05 0.31
Hex 4B 53 4F A 0 5 43 96 5 1F
Octal 113 123 117 12 0 5 103 226 5 37
Binary 1001011 1010011 1001111 1010 0 101 1000011 10010110 101 11111

Color Harmonies of #4B534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B534F

Black with #4B534F

Text Example


Text Example

White with #4B534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,83,79); }

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

background-color css

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

 a { background-color: rgb(75,83,79); }

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

border-color css

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

 span { border-color: rgb(75,83,79); }

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