Html Css Color HEX #4B727C Bismark

📋 copy color: '#4B727C'

red 75 ◦ green 114 ◦ blue 124

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

Shades of Bismark #4B727C

Tints of Bismark #4B727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 23.96%
G = 36.42%
B = 39.62%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B727C (or 0x4B727C) is known color: Bismark. HEX triplet: 4B, 72 and 7C. RGB value is (75,114,124). Sum of RGB (Red+Green+Blue) = 75+114+124=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B727C is #B48D83. Grayscale: #676767. Windows color (decimal): -11832708 or 8155723. OLE color: 8155723.

HSL color Cylindrical-coordinate representation of color #4B727C: hue angle of 192.24º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B727C is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 114 124 -
CMYK 0.40 0.08 0 0.51
HSL 192.24º 0.25% 0.39% -
HSV(B) 192.24º 0.4% 0.49% -
XYZ 12.56 14.99 21.3 -
YUV 103.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 75 114 124 0.40 0.08 0 0.51 192.24 0.25 0.39
Hex 4B 72 7C 28 8 0 33 C0 19 27
Octal 113 162 174 50 10 0 63 300 31 47
Binary 1001011 1110010 1111100 101000 1000 0 110011 11000000 11001 100111

Color Harmonies of #4B727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B727C

Black with #4B727C

Text Example


Text Example

White with #4B727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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