Html Css Color HEX #446378 Bismark

📋 copy color: '#446378'

red 68 ◦ green 99 ◦ blue 120

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

Shades of Bismark #446378

Tints of Bismark #446378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 120 (47.27% from 255) = 41.81%

R = 23.69%
G = 34.49%
B = 41.81%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#446378 (or 0x446378) is known color: Bismark. HEX triplet: 44, 63 and 78. RGB value is (68,99,120). Sum of RGB (Red+Green+Blue) = 68+99+120=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #446378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446378 is #BB9C87. Grayscale: #5C5C5C. Windows color (decimal): -12295304 or 7889732. OLE color: 7889732.

HSL color Cylindrical-coordinate representation of color #446378: hue angle of 204.23º degrees, saturation: 0.28, 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 #446378 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 99 120 -
CMYK 0.43 0.17 0 0.53
HSL 204.23º 0.28% 0.37% -
HSV(B) 204.23º 0.43% 0.47% -
XYZ 10.24 11.51 19.45 -
YUV 92.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 68 99 120 0.43 0.17 0 0.53 204.23 0.28 0.37
Hex 44 63 78 2B 11 0 35 CC 1C 25
Octal 104 143 170 53 21 0 65 314 34 45
Binary 1000100 1100011 1111000 101011 10001 0 110101 11001100 11100 100101

Color Harmonies of #446378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446378

Black with #446378

Text Example


Text Example

White with #446378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446378; }

 p { color: rgb(68,99,120); }

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

background-color css

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

 a { background-color: rgb(68,99,120); }

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

border-color css

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

 span { border-color: rgb(68,99,120); }

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