Html Css Color HEX #446189 Wedgewood

📋 copy color: '#446189'

red 68 ◦ green 97 ◦ blue 137

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

Shades of Wedgewood #446189

Tints of Wedgewood #446189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

 BLUE value IS 137 (53.91% from 255) = 45.36%

R = 22.52%
G = 32.12%
B = 45.36%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#446189 (or 0x446189) is known color: Wedgewood. HEX triplet: 44, 61 and 89. RGB value is (68,97,137). Sum of RGB (Red+Green+Blue) = 68+97+137=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #446189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446189 is #BB9E76. Grayscale: #5C5C5C. Windows color (decimal): -12295799 or 9003332. OLE color: 9003332.

HSL color Cylindrical-coordinate representation of color #446189: hue angle of 214.78º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446189 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 97 137 -
CMYK 0.50 0.29 0 0.46
HSL 214.78º 0.34% 0.4% -
HSV(B) 214.78º 0.5% 0.54% -
XYZ 11.17 11.58 25.31 -
YUV 92.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 68 97 137 0.50 0.29 0 0.46 214.78 0.34 0.4
Hex 44 61 89 32 1D 0 2E D7 22 28
Octal 104 141 211 62 35 0 56 327 42 50
Binary 1000100 1100001 10001001 110010 11101 0 101110 11010111 100010 101000

Color Harmonies of #446189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446189

Black with #446189

Text Example


Text Example

White with #446189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446189; }

 p { color: rgb(68,97,137); }

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

background-color css

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

 a { background-color: rgb(68,97,137); }

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

border-color css

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

 span { border-color: rgb(68,97,137); }

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