Html Css Color HEX #447080 Bismark

📋 copy color: '#447080'

red 68 ◦ green 112 ◦ blue 128

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

Shades of Bismark #447080

Tints of Bismark #447080

RGB

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

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

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

R = 22.08%
G = 36.36%
B = 41.56%

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

#447080 (or 0x447080) is known color: Bismark. HEX triplet: 44, 70 and 80. RGB value is (68,112,128). Sum of RGB (Red+Green+Blue) = 68+112+128=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #447080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447080 is #BB8F7F. Grayscale: #646464. Windows color (decimal): -12291968 or 8417348. OLE color: 8417348.

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

Color convert

RGB 68 112 128 -
CMYK 0.47 0.12 0 0.50
HSL 196º 0.31% 0.38% -
HSV(B) 196º 0.47% 0.5% -
XYZ 12.07 14.38 22.56 -
YUV 100.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 68 112 128 0.47 0.12 0 0.50 196 0.31 0.38
Hex 44 70 80 2F C 0 32 C4 1F 26
Octal 104 160 200 57 14 0 62 304 37 46
Binary 1000100 1110000 10000000 101111 1100 0 110010 11000100 11111 100110

Color Harmonies of #447080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447080

Black with #447080

Text Example


Text Example

White with #447080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447080; }

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

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

background-color css

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

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

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

border-color css

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

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

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