Html Css Color HEX #446478 Bismark

📋 copy color: '#446478'

red 68 ◦ green 100 ◦ blue 120

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

Shades of Bismark #446478

Tints of Bismark #446478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

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

R = 23.61%
G = 34.72%
B = 41.67%

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

#446478 (or 0x446478) is known color: Bismark. HEX triplet: 44, 64 and 78. RGB value is (68,100,120). Sum of RGB (Red+Green+Blue) = 68+100+120=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #446478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446478 is #BB9B87. Grayscale: #5C5C5C. Windows color (decimal): -12295048 or 7889988. OLE color: 7889988.

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

Color convert

RGB 68 100 120 -
CMYK 0.43 0.17 0 0.53
HSL 203.08º 0.28% 0.37% -
HSV(B) 203.08º 0.43% 0.47% -
XYZ 10.33 11.7 19.48 -
YUV 92.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 68 100 120 0.43 0.17 0 0.53 203.08 0.28 0.37
Hex 44 64 78 2B 11 0 35 CB 1C 25
Octal 104 144 170 53 21 0 65 313 34 45
Binary 1000100 1100100 1111000 101011 10001 0 110101 11001011 11100 100101

Color Harmonies of #446478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446478

Black with #446478

Text Example


Text Example

White with #446478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446478; }

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

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

background-color css

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

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

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

border-color css

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

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

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