Html Css Color HEX #436472 Bismark

📋 copy color: '#436472'

red 67 ◦ green 100 ◦ blue 114

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

Shades of Bismark #436472

Tints of Bismark #436472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 23.84%
G = 35.59%
B = 40.57%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#436472 (or 0x436472) is known color: Bismark. HEX triplet: 43, 64 and 72. RGB value is (67,100,114). Sum of RGB (Red+Green+Blue) = 67+100+114=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #436472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436472 is #BC9B8D. Grayscale: #5B5B5B. Windows color (decimal): -12360590 or 7496771. OLE color: 7496771.

HSL color Cylindrical-coordinate representation of color #436472: hue angle of 197.87º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #436472 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 100 114 -
CMYK 0.41 0.12 0 0.55
HSL 197.87º 0.26% 0.35% -
HSV(B) 197.87º 0.41% 0.45% -
XYZ 9.91 11.52 17.62 -
YUV 91.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 67 100 114 0.41 0.12 0 0.55 197.87 0.26 0.35
Hex 43 64 72 29 C 0 37 C6 1A 23
Octal 103 144 162 51 14 0 67 306 32 43
Binary 1000011 1100100 1110010 101001 1100 0 110111 11000110 11010 100011

Color Harmonies of #436472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436472

Black with #436472

Text Example


Text Example

White with #436472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436472; }

 p { color: rgb(67,100,114); }

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

background-color css

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

 a { background-color: rgb(67,100,114); }

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

border-color css

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

 span { border-color: rgb(67,100,114); }

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