Html Css Color HEX #446275 Bismark

📋 copy color: '#446275'

red 68 ◦ green 98 ◦ blue 117

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

Shades of Bismark #446275

Tints of Bismark #446275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

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

R = 24.03%
G = 34.63%
B = 41.34%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#446275 (or 0x446275) is known color: Bismark. HEX triplet: 44, 62 and 75. RGB value is (68,98,117). Sum of RGB (Red+Green+Blue) = 68+98+117=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #446275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446275 is #BB9D8A. Grayscale: #5B5B5B. Windows color (decimal): -12295563 or 7692868. OLE color: 7692868.

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

Color convert

RGB 68 98 117 -
CMYK 0.42 0.16 0 0.54
HSL 203.27º 0.26% 0.36% -
HSV(B) 203.27º 0.42% 0.46% -
XYZ 9.96 11.25 18.48 -
YUV 91.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 68 98 117 0.42 0.16 0 0.54 203.27 0.26 0.36
Hex 44 62 75 2A 10 0 36 CB 1A 24
Octal 104 142 165 52 20 0 66 313 32 44
Binary 1000100 1100010 1110101 101010 10000 0 110110 11001011 11010 100100

Color Harmonies of #446275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446275

Black with #446275

Text Example


Text Example

White with #446275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446275; }

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

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

background-color css

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

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

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

border-color css

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

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

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