Html Css Color HEX #446C75 Bismark

📋 copy color: '#446C75'

red 68 ◦ green 108 ◦ blue 117

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

Shades of Bismark #446C75

Tints of Bismark #446C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.86%

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

R = 23.21%
G = 36.86%
B = 39.93%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#446C75 (or 0x446C75) is known color: Bismark. HEX triplet: 44, 6C and 75. RGB value is (68,108,117). Sum of RGB (Red+Green+Blue) = 68+108+117=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #446C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C75 is #BB938A. Grayscale: #606060. Windows color (decimal): -12293003 or 7695428. OLE color: 7695428.

HSL color Cylindrical-coordinate representation of color #446C75: hue angle of 191.02º 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 #446C75 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 108 117 -
CMYK 0.42 0.08 0 0.54
HSL 191.02º 0.26% 0.36% -
HSV(B) 191.02º 0.42% 0.46% -
XYZ 10.96 13.24 18.81 -
YUV 97.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 68 108 117 0.42 0.08 0 0.54 191.02 0.26 0.36
Hex 44 6C 75 2A 8 0 36 BF 1A 24
Octal 104 154 165 52 10 0 66 277 32 44
Binary 1000100 1101100 1110101 101010 1000 0 110110 10111111 11010 100100

Color Harmonies of #446C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C75

Black with #446C75

Text Example


Text Example

White with #446C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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