Html Css Color HEX #446273 Bismark

📋 copy color: '#446273'

red 68 ◦ green 98 ◦ blue 115

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

Shades of Bismark #446273

Tints of Bismark #446273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 24.2%
G = 34.88%
B = 40.93%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#446273 (or 0x446273) is known color: Bismark. HEX triplet: 44, 62 and 73. RGB value is (68,98,115). Sum of RGB (Red+Green+Blue) = 68+98+115=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #446273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446273 is #BB9D8C. Grayscale: #5A5A5A. Windows color (decimal): -12295565 or 7561796. OLE color: 7561796.

HSL color Cylindrical-coordinate representation of color #446273: hue angle of 201.7º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #446273 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 98 115 -
CMYK 0.41 0.15 0 0.55
HSL 201.7º 0.26% 0.36% -
HSV(B) 201.7º 0.41% 0.45% -
XYZ 9.85 11.2 17.86 -
YUV 90.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 68 98 115 0.41 0.15 0 0.55 201.7 0.26 0.36
Hex 44 62 73 29 F 0 37 CA 1A 24
Octal 104 142 163 51 17 0 67 312 32 44
Binary 1000100 1100010 1110011 101001 1111 0 110111 11001010 11010 100100

Color Harmonies of #446273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446273

Black with #446273

Text Example


Text Example

White with #446273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446273; }

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

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

background-color css

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

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

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

border-color css

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

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

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