Html Css Color HEX #456371 Bismark

📋 copy color: '#456371'

red 69 ◦ green 99 ◦ blue 113

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

Shades of Bismark #456371

Tints of Bismark #456371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 24.56%
G = 35.23%
B = 40.21%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#456371 (or 0x456371) is known color: Bismark. HEX triplet: 45, 63 and 71. RGB value is (69,99,113). Sum of RGB (Red+Green+Blue) = 69+99+113=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #456371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456371 is #BA9C8E. Grayscale: #5B5B5B. Windows color (decimal): -12229775 or 7430981. OLE color: 7430981.

HSL color Cylindrical-coordinate representation of color #456371: hue angle of 199.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #456371 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 99 113 -
CMYK 0.39 0.12 0 0.56
HSL 199.09º 0.24% 0.36% -
HSV(B) 199.09º 0.39% 0.44% -
XYZ 9.9 11.38 17.3 -
YUV 91.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 69 99 113 0.39 0.12 0 0.56 199.09 0.24 0.36
Hex 45 63 71 27 C 0 38 C7 18 24
Octal 105 143 161 47 14 0 70 307 30 44
Binary 1000101 1100011 1110001 100111 1100 0 111000 11000111 11000 100100

Color Harmonies of #456371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456371

Black with #456371

Text Example


Text Example

White with #456371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456371; }

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

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

background-color css

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

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

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

border-color css

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

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

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