Html Css Color HEX #447581 Bismark

📋 copy color: '#447581'

red 68 ◦ green 117 ◦ blue 129

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

Shades of Bismark #447581

Tints of Bismark #447581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

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

R = 21.66%
G = 37.26%
B = 41.08%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#447581 (or 0x447581) is known color: Bismark. HEX triplet: 44, 75 and 81. RGB value is (68,117,129). Sum of RGB (Red+Green+Blue) = 68+117+129=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #447581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447581 is #BB8A7E. Grayscale: #676767. Windows color (decimal): -12290687 or 8484164. OLE color: 8484164.

HSL color Cylindrical-coordinate representation of color #447581: hue angle of 191.8º 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 #447581 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 117 129 -
CMYK 0.47 0.09 0 0.49
HSL 191.8º 0.31% 0.39% -
HSV(B) 191.8º 0.47% 0.51% -
XYZ 12.71 15.54 23.1 -
YUV 103.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 68 117 129 0.47 0.09 0 0.49 191.8 0.31 0.39
Hex 44 75 81 2F 9 0 31 C0 1F 27
Octal 104 165 201 57 11 0 61 300 37 47
Binary 1000100 1110101 10000001 101111 1001 0 110001 11000000 11111 100111

Color Harmonies of #447581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447581

Black with #447581

Text Example


Text Example

White with #447581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447581; }

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

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

background-color css

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

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

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

border-color css

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

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

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