Html Css Color HEX #456E76 Bismark

📋 copy color: '#456E76'

red 69 ◦ green 110 ◦ blue 118

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

Shades of Bismark #456E76

Tints of Bismark #456E76

RGB

 RED value IS 69 (27.34% from 255) = 23.23%

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

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 23.23%
G = 37.04%
B = 39.73%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#456E76 (or 0x456E76) is known color: Bismark. HEX triplet: 45, 6E and 76. RGB value is (69,110,118). Sum of RGB (Red+Green+Blue) = 69+110+118=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #456E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E76 is #BA9189. Grayscale: #626262. Windows color (decimal): -12226954 or 7761477. OLE color: 7761477.

HSL color Cylindrical-coordinate representation of color #456E76: hue angle of 189.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456E76 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 110 118 -
CMYK 0.42 0.07 0 0.54
HSL 189.8º 0.26% 0.37% -
HSV(B) 189.8º 0.42% 0.46% -
XYZ 11.3 13.73 19.19 -
YUV 98.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 69 110 118 0.42 0.07 0 0.54 189.8 0.26 0.37
Hex 45 6E 76 2A 7 0 36 BE 1A 25
Octal 105 156 166 52 7 0 66 276 32 45
Binary 1000101 1101110 1110110 101010 111 0 110110 10111110 11010 100101

Color Harmonies of #456E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456E76

Black with #456E76

Text Example


Text Example

White with #456E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456E76; }

 p { color: rgb(69,110,118); }

 H1.HeaderClassName
 {
   color: #456E76;
 }
 .AnyTagClassName
 {
   color: #456E76;
 }
</style>

background-color css

<style>
 a { background-color: #456E76; }

 a { background-color: rgb(69,110,118); }

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

border-color css

<style>
 span { border-color: #456E76; }

 span { border-color: rgb(69,110,118); }

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