#4A535B

Color #4A535B San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #4A535B

Tints of San Juan #4A535B

Color information

#4A535B (or 0x4A535B) is unknown color: approx San Juan. HEX triplet: 4A, 53 and 5B. RGB value is (74,83,91). Sum of RGB (Red+Green+Blue) = 74+83+91=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A535B is #B5ACA4. Grayscale: #515151. Windows color (decimal): -11906213 or 5985098. OLE color: 5985098.

HSL color Cylindrical-coordinate representation of color #4A535B: hue angle of 208.24º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A535B is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB748391-
CMYK0.190.0900.64
HSL208.24º10.3%32.35%-
HSV(B)208.24º18.68%35.69%-
XYZ7.818.411.11-
YUV81.22133.52122.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.84%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=29.84%
G=33.47%
B=36.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7483910.190.0900.64208.2410.332.35
Hex4A535B139040d0a20
Octal112123133231101003201240
Binary10010101010011101101110011100101000000110100001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,83,91); }

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

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

 a { background-color: rgb(74,83,91); }

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

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

 span { border-color: rgb(74,83,91); }

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