Html Css Color HEX #446577 Bismark

📋 copy color: '#446577'

red 68 ◦ green 101 ◦ blue 119

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

Shades of Bismark #446577

Tints of Bismark #446577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 23.61%
G = 35.07%
B = 41.32%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#446577 (or 0x446577) is known color: Bismark. HEX triplet: 44, 65 and 77. RGB value is (68,101,119). Sum of RGB (Red+Green+Blue) = 68+101+119=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #446577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446577 is #BB9A88. Grayscale: #5D5D5D. Windows color (decimal): -12294793 or 7824708. OLE color: 7824708.

HSL color Cylindrical-coordinate representation of color #446577: hue angle of 201.18º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #446577 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 101 119 -
CMYK 0.43 0.15 0 0.53
HSL 201.18º 0.27% 0.37% -
HSV(B) 201.18º 0.43% 0.47% -
XYZ 10.37 11.87 19.2 -
YUV 93.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 68 101 119 0.43 0.15 0 0.53 201.18 0.27 0.37
Hex 44 65 77 2B F 0 35 C9 1B 25
Octal 104 145 167 53 17 0 65 311 33 45
Binary 1000100 1100101 1110111 101011 1111 0 110101 11001001 11011 100101

Color Harmonies of #446577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446577

Black with #446577

Text Example


Text Example

White with #446577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446577; }

 p { color: rgb(68,101,119); }

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

background-color css

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

 a { background-color: rgb(68,101,119); }

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

border-color css

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

 span { border-color: rgb(68,101,119); }

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