Html Css Color HEX #446774 Bismark

📋 copy color: '#446774'

red 68 ◦ green 103 ◦ blue 116

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

Shades of Bismark #446774

Tints of Bismark #446774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.89%

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

R = 23.69%
G = 35.89%
B = 40.42%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#446774 (or 0x446774) is known color: Bismark. HEX triplet: 44, 67 and 74. RGB value is (68,103,116). Sum of RGB (Red+Green+Blue) = 68+103+116=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #446774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446774 is #BB988B. Grayscale: #5D5D5D. Windows color (decimal): -12294284 or 7628612. OLE color: 7628612.

HSL color Cylindrical-coordinate representation of color #446774: hue angle of 196.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #446774 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 103 116 -
CMYK 0.41 0.11 0 0.55
HSL 196.25º 0.26% 0.36% -
HSV(B) 196.25º 0.41% 0.45% -
XYZ 10.39 12.19 18.33 -
YUV 94.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 68 103 116 0.41 0.11 0 0.55 196.25 0.26 0.36
Hex 44 67 74 29 B 0 37 C4 1A 24
Octal 104 147 164 51 13 0 67 304 32 44
Binary 1000100 1100111 1110100 101001 1011 0 110111 11000100 11010 100100

Color Harmonies of #446774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446774

Black with #446774

Text Example


Text Example

White with #446774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446774; }

 p { color: rgb(68,103,116); }

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

background-color css

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

 a { background-color: rgb(68,103,116); }

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

border-color css

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

 span { border-color: rgb(68,103,116); }

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