Html Css Color HEX #4B6E5C Como

📋 copy color: '#4B6E5C'

red 75 ◦ green 110 ◦ blue 92

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

Shades of Como #4B6E5C

Tints of Como #4B6E5C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.71%

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 27.08%
G = 39.71%
B = 33.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#4B6E5C (or 0x4B6E5C) is known color: Como. HEX triplet: 4B, 6E and 5C. RGB value is (75,110,92). Sum of RGB (Red+Green+Blue) = 75+110+92=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 110 - color contains mainly: green. Hex color #4B6E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6E5C is #B491A3. Grayscale: #616161. Windows color (decimal): -11833764 or 6057547. OLE color: 6057547.

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

Color convert

RGB 75 110 92 -
CMYK 0.32 0 0.16 0.57
HSL 149.14º 0.19% 0.36% -
HSV(B) 149.14º 0.32% 0.43% -
XYZ 10.41 13.42 12.17 -
YUV 97.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 75 110 92 0.32 0 0.16 0.57 149.14 0.19 0.36
Hex 4B 6E 5C 20 0 10 39 95 13 24
Octal 113 156 134 40 0 20 71 225 23 44
Binary 1001011 1101110 1011100 100000 0 10000 111001 10010101 10011 100100

Color Harmonies of #4B6E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6E5C

Black with #4B6E5C

Text Example


Text Example

White with #4B6E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,110,92); }

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

background-color css

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

 a { background-color: rgb(75,110,92); }

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

border-color css

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

 span { border-color: rgb(75,110,92); }

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