Html Css Color HEX #4B737B Bismark

📋 copy color: '#4B737B'

red 75 ◦ green 115 ◦ blue 123

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

Shades of Bismark #4B737B

Tints of Bismark #4B737B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 23.96%
G = 36.74%
B = 39.3%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4B737B (or 0x4B737B) is known color: Bismark. HEX triplet: 4B, 73 and 7B. RGB value is (75,115,123). Sum of RGB (Red+Green+Blue) = 75+115+123=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B737B is #B48C84. Grayscale: #676767. Windows color (decimal): -11832453 or 8090443. OLE color: 8090443.

HSL color Cylindrical-coordinate representation of color #4B737B: hue angle of 190º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B737B is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 115 123 -
CMYK 0.39 0.07 0 0.52
HSL 190º 0.24% 0.39% -
HSV(B) 190º 0.39% 0.48% -
XYZ 12.61 15.19 21.01 -
YUV 103.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 75 115 123 0.39 0.07 0 0.52 190 0.24 0.39
Hex 4B 73 7B 27 7 0 34 BE 18 27
Octal 113 163 173 47 7 0 64 276 30 47
Binary 1001011 1110011 1111011 100111 111 0 110100 10111110 11000 100111

Color Harmonies of #4B737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B737B

Black with #4B737B

Text Example


Text Example

White with #4B737B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,115,123); }

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

background-color css

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

 a { background-color: rgb(75,115,123); }

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

border-color css

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

 span { border-color: rgb(75,115,123); }

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