Html Css Color HEX #456373 Bismark

📋 copy color: '#456373'

red 69 ◦ green 99 ◦ blue 115

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

Shades of Bismark #456373

Tints of Bismark #456373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

 BLUE value IS 115 (45.31% from 255) = 40.64%

R = 24.38%
G = 34.98%
B = 40.64%

CMYK

 C value IS 0.4

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#456373 (or 0x456373) is known color: Bismark. HEX triplet: 45, 63 and 73. RGB value is (69,99,115). Sum of RGB (Red+Green+Blue) = 69+99+115=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #456373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456373 is #BA9C8C. Grayscale: #5B5B5B. Windows color (decimal): -12229773 or 7562053. OLE color: 7562053.

HSL color Cylindrical-coordinate representation of color #456373: hue angle of 200.87º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #456373 is Cyan = 0.4, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 99 115 -
CMYK 0.4 0.14 0 0.55
HSL 200.87º 0.25% 0.36% -
HSV(B) 200.87º 0.4% 0.45% -
XYZ 10.01 11.43 17.9 -
YUV 91.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 69 99 115 0.4 0.14 0 0.55 200.87 0.25 0.36
Hex 45 63 73 28 E 0 37 C9 19 24
Octal 105 143 163 50 16 0 67 311 31 44
Binary 1000101 1100011 1110011 101000 1110 0 110111 11001001 11001 100100

Color Harmonies of #456373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456373

Black with #456373

Text Example


Text Example

White with #456373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456373; }

 p { color: rgb(69,99,115); }

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

background-color css

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

 a { background-color: rgb(69,99,115); }

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

border-color css

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

 span { border-color: rgb(69,99,115); }

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