Html Css Color HEX #446270 Bismark

📋 copy color: '#446270'

red 68 ◦ green 98 ◦ blue 112

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

Shades of Bismark #446270

Tints of Bismark #446270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 24.46%
G = 35.25%
B = 40.29%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#446270 (or 0x446270) is known color: Bismark. HEX triplet: 44, 62 and 70. RGB value is (68,98,112). Sum of RGB (Red+Green+Blue) = 68+98+112=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #446270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446270 is #BB9D8F. Grayscale: #5A5A5A. Windows color (decimal): -12295568 or 7365188. OLE color: 7365188.

HSL color Cylindrical-coordinate representation of color #446270: hue angle of 199.09º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446270 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 98 112 -
CMYK 0.39 0.13 0 0.56
HSL 199.09º 0.24% 0.35% -
HSV(B) 199.09º 0.39% 0.44% -
XYZ 9.68 11.13 16.97 -
YUV 90.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 68 98 112 0.39 0.13 0 0.56 199.09 0.24 0.35
Hex 44 62 70 27 D 0 38 C7 18 23
Octal 104 142 160 47 15 0 70 307 30 43
Binary 1000100 1100010 1110000 100111 1101 0 111000 11000111 11000 100011

Color Harmonies of #446270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446270

Black with #446270

Text Example


Text Example

White with #446270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446270; }

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

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

background-color css

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

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

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

border-color css

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

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

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