Html Css Color HEX #446B75 Bismark

📋 copy color: '#446B75'

red 68 ◦ green 107 ◦ blue 117

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

Shades of Bismark #446B75

Tints of Bismark #446B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

 BLUE value IS 117 (46.09% from 255) = 40.07%

R = 23.29%
G = 36.64%
B = 40.07%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#446B75 (or 0x446B75) is known color: Bismark. HEX triplet: 44, 6B and 75. RGB value is (68,107,117). Sum of RGB (Red+Green+Blue) = 68+107+117=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #446B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B75 is #BB948A. Grayscale: #606060. Windows color (decimal): -12293259 or 7695172. OLE color: 7695172.

HSL color Cylindrical-coordinate representation of color #446B75: hue angle of 192.24º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446B75 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 107 117 -
CMYK 0.42 0.09 0 0.54
HSL 192.24º 0.26% 0.36% -
HSV(B) 192.24º 0.42% 0.46% -
XYZ 10.85 13.03 18.77 -
YUV 96.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 68 107 117 0.42 0.09 0 0.54 192.24 0.26 0.36
Hex 44 6B 75 2A 9 0 36 C0 1A 24
Octal 104 153 165 52 11 0 66 300 32 44
Binary 1000100 1101011 1110101 101010 1001 0 110110 11000000 11010 100100

Color Harmonies of #446B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B75

Black with #446B75

Text Example


Text Example

White with #446B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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