#4B5451

Color #4B5451 Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #4B5451

Tints of Cape Cod #4B5451

Color information

#4B5451 (or 0x4B5451) is unknown color: approx Cape Cod. HEX triplet: 4B, 54 and 51. RGB value is (75,84,81). Sum of RGB (Red+Green+Blue) = 75+84+81=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 84 - color contains mainly: green. Hex color #4B5451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5451 is #B4ABAE. Grayscale: #505050. Windows color (decimal): -11840431 or 5329995. OLE color: 5329995.

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

Color convert

RGB758481-
CMYK0.1100.040.67
HSL160º5.66%31.18%-
HSV(B)160º10.71%32.94%-
XYZ7.568.439.01-
YUV80.97128.02123.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=31.25%
G=35%
B=33.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7584810.1100.040.671605.6631.18
Hex4B5451B0443a061f
Octal1131241211304103240637
Binary1001011101010010100011011010010000111010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,84,81); }

 H1.HeaderClassName
 {
   color: #4B5451;
 }
 .AnyTagClassName
 {
   color: #4B5451;
 }
</style>
background-color css

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

 a { background-color: rgb(75,84,81); }

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

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

 span { border-color: rgb(75,84,81); }

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