Html Css Color HEX #447081 Bismark

📋 copy color: '#447081'

red 68 ◦ green 112 ◦ blue 129

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

Shades of Bismark #447081

Tints of Bismark #447081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.25%

 BLUE value IS 129 (50.78% from 255) = 41.75%

R = 22.01%
G = 36.25%
B = 41.75%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#447081 (or 0x447081) is known color: Bismark. HEX triplet: 44, 70 and 81. RGB value is (68,112,129). Sum of RGB (Red+Green+Blue) = 68+112+129=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #447081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447081 is #BB8F7E. Grayscale: #646464. Windows color (decimal): -12291967 or 8482884. OLE color: 8482884.

HSL color Cylindrical-coordinate representation of color #447081: hue angle of 196.72º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #447081 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 112 129 -
CMYK 0.47 0.13 0 0.49
HSL 196.72º 0.31% 0.39% -
HSV(B) 196.72º 0.47% 0.51% -
XYZ 12.14 14.4 22.91 -
YUV 100.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 68 112 129 0.47 0.13 0 0.49 196.72 0.31 0.39
Hex 44 70 81 2F D 0 31 C5 1F 27
Octal 104 160 201 57 15 0 61 305 37 47
Binary 1000100 1110000 10000001 101111 1101 0 110001 11000101 11111 100111

Color Harmonies of #447081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447081

Black with #447081

Text Example


Text Example

White with #447081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447081; }

 p { color: rgb(68,112,129); }

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

background-color css

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

 a { background-color: rgb(68,112,129); }

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

border-color css

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

 span { border-color: rgb(68,112,129); }

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