Html Css Color HEX #4D7484 Bismark

📋 copy color: '#4D7484'

red 77 ◦ green 116 ◦ blue 132

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

Shades of Bismark #4D7484

Tints of Bismark #4D7484

RGB

 RED value IS 77 (30.47% from 255) = 23.69%

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 23.69%
G = 35.69%
B = 40.62%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D7484 (or 0x4D7484) is known color: Bismark. HEX triplet: 4D, 74 and 84. RGB value is (77,116,132). Sum of RGB (Red+Green+Blue) = 77+116+132=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D7484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7484 is #B28B7B. Grayscale: #6A6A6A. Windows color (decimal): -11701116 or 8680525. OLE color: 8680525.

HSL color Cylindrical-coordinate representation of color #4D7484: hue angle of 197.45º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D7484 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 116 132 -
CMYK 0.42 0.12 0 0.48
HSL 197.45º 0.26% 0.41% -
HSV(B) 197.45º 0.42% 0.52% -
XYZ 13.47 15.73 24.16 -
YUV 106.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 77 116 132 0.42 0.12 0 0.48 197.45 0.26 0.41
Hex 4D 74 84 2A C 0 30 C5 1A 29
Octal 115 164 204 52 14 0 60 305 32 51
Binary 1001101 1110100 10000100 101010 1100 0 110000 11000101 11010 101001

Color Harmonies of #4D7484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7484

Black with #4D7484

Text Example


Text Example

White with #4D7484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,116,132); }

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

background-color css

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

 a { background-color: rgb(77,116,132); }

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

border-color css

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

 span { border-color: rgb(77,116,132); }

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