Html Css Color HEX #447180 Bismark

📋 copy color: '#447180'

red 68 ◦ green 113 ◦ blue 128

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

Shades of Bismark #447180

Tints of Bismark #447180

RGB

 RED value IS 68 (26.95% from 255) = 22.01%

 GREEN value IS 113 (44.53% from 255) = 36.57%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 22.01%
G = 36.57%
B = 41.42%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#447180 (or 0x447180) is known color: Bismark. HEX triplet: 44, 71 and 80. RGB value is (68,113,128). Sum of RGB (Red+Green+Blue) = 68+113+128=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #447180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447180 is #BB8E7F. Grayscale: #656565. Windows color (decimal): -12291712 or 8417604. OLE color: 8417604.

HSL color Cylindrical-coordinate representation of color #447180: hue angle of 195º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #447180 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 113 128 -
CMYK 0.47 0.12 0 0.50
HSL 195º 0.31% 0.38% -
HSV(B) 195º 0.47% 0.5% -
XYZ 12.19 14.6 22.6 -
YUV 101.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 68 113 128 0.47 0.12 0 0.50 195 0.31 0.38
Hex 44 71 80 2F C 0 32 C3 1F 26
Octal 104 161 200 57 14 0 62 303 37 46
Binary 1000100 1110001 10000000 101111 1100 0 110010 11000011 11111 100110

Color Harmonies of #447180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447180

Black with #447180

Text Example


Text Example

White with #447180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447180; }

 p { color: rgb(68,113,128); }

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

background-color css

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

 a { background-color: rgb(68,113,128); }

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

border-color css

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

 span { border-color: rgb(68,113,128); }

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