Html Css Color HEX #4D7682 Bismark

📋 copy color: '#4D7682'

red 77 ◦ green 118 ◦ blue 130

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

Shades of Bismark #4D7682

Tints of Bismark #4D7682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 130 (51.17% from 255) = 40%

R = 23.69%
G = 36.31%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D7682 (or 0x4D7682) is known color: Bismark. HEX triplet: 4D, 76 and 82. RGB value is (77,118,130). Sum of RGB (Red+Green+Blue) = 77+118+130=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D7682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7682 is #B2897D. Grayscale: #6B6B6B. Windows color (decimal): -11700606 or 8549965. OLE color: 8549965.

HSL color Cylindrical-coordinate representation of color #4D7682: hue angle of 193.58º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D7682 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 118 130 -
CMYK 0.41 0.09 0 0.49
HSL 193.58º 0.26% 0.41% -
HSV(B) 193.58º 0.41% 0.51% -
XYZ 13.57 16.15 23.52 -
YUV 107.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 77 118 130 0.41 0.09 0 0.49 193.58 0.26 0.41
Hex 4D 76 82 29 9 0 31 C2 1A 29
Octal 115 166 202 51 11 0 61 302 32 51
Binary 1001101 1110110 10000010 101001 1001 0 110001 11000010 11010 101001

Color Harmonies of #4D7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7682

Black with #4D7682

Text Example


Text Example

White with #4D7682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,118,130); }

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

background-color css

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

 a { background-color: rgb(77,118,130); }

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

border-color css

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

 span { border-color: rgb(77,118,130); }

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