Html Css Color HEX #436C74 Bismark

📋 copy color: '#436C74'

red 67 ◦ green 108 ◦ blue 116

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

Shades of Bismark #436C74

Tints of Bismark #436C74

RGB

 RED value IS 67 (26.56% from 255) = 23.02%

 GREEN value IS 108 (42.58% from 255) = 37.11%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 23.02%
G = 37.11%
B = 39.86%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#436C74 (or 0x436C74) is known color: Bismark. HEX triplet: 43, 6C and 74. RGB value is (67,108,116). Sum of RGB (Red+Green+Blue) = 67+108+116=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #436C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436C74 is #BC938B. Grayscale: #606060. Windows color (decimal): -12358540 or 7629891. OLE color: 7629891.

HSL color Cylindrical-coordinate representation of color #436C74: hue angle of 189.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #436C74 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 108 116 -
CMYK 0.42 0.07 0 0.55
HSL 189.8º 0.27% 0.36% -
HSV(B) 189.8º 0.42% 0.45% -
XYZ 10.83 13.18 18.5 -
YUV 96.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 67 108 116 0.42 0.07 0 0.55 189.8 0.27 0.36
Hex 43 6C 74 2A 7 0 37 BE 1B 24
Octal 103 154 164 52 7 0 67 276 33 44
Binary 1000011 1101100 1110100 101010 111 0 110111 10111110 11011 100100

Color Harmonies of #436C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436C74

Black with #436C74

Text Example


Text Example

White with #436C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436C74; }

 p { color: rgb(67,108,116); }

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

background-color css

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

 a { background-color: rgb(67,108,116); }

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

border-color css

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

 span { border-color: rgb(67,108,116); }

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