Html Css Color HEX #436474 Bismark

📋 copy color: '#436474'

red 67 ◦ green 100 ◦ blue 116

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

Shades of Bismark #436474

Tints of Bismark #436474

RGB

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

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

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

R = 23.67%
G = 35.34%
B = 40.99%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#436474 (or 0x436474) is known color: Bismark. HEX triplet: 43, 64 and 74. RGB value is (67,100,116). Sum of RGB (Red+Green+Blue) = 67+100+116=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #436474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436474 is #BC9B8B. Grayscale: #5B5B5B. Windows color (decimal): -12360588 or 7627843. OLE color: 7627843.

HSL color Cylindrical-coordinate representation of color #436474: hue angle of 199.59º 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 #436474 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 100 116 -
CMYK 0.42 0.14 0 0.55
HSL 199.59º 0.27% 0.36% -
HSV(B) 199.59º 0.42% 0.45% -
XYZ 10.02 11.57 18.23 -
YUV 91.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 67 100 116 0.42 0.14 0 0.55 199.59 0.27 0.36
Hex 43 64 74 2A E 0 37 C8 1B 24
Octal 103 144 164 52 16 0 67 310 33 44
Binary 1000011 1100100 1110100 101010 1110 0 110111 11001000 11011 100100

Color Harmonies of #436474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436474

Black with #436474

Text Example


Text Example

White with #436474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436474; }

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

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

background-color css

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

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

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

border-color css

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

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

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