Html Css Color HEX #446988 Wedgewood

📋 copy color: '#446988'

red 68 ◦ green 105 ◦ blue 136

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

Shades of Wedgewood #446988

Tints of Wedgewood #446988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

 BLUE value IS 136 (53.52% from 255) = 44.01%

R = 22.01%
G = 33.98%
B = 44.01%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446988 (or 0x446988) is known color: Wedgewood. HEX triplet: 44, 69 and 88. RGB value is (68,105,136). Sum of RGB (Red+Green+Blue) = 68+105+136=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #446988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446988 is #BB9677. Grayscale: #616161. Windows color (decimal): -12293752 or 8939844. OLE color: 8939844.

HSL color Cylindrical-coordinate representation of color #446988: hue angle of 207.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446988 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 105 136 -
CMYK 0.50 0.23 0 0.47
HSL 207.35º 0.33% 0.4% -
HSV(B) 207.35º 0.5% 0.53% -
XYZ 11.88 13.11 25.2 -
YUV 97.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 68 105 136 0.50 0.23 0 0.47 207.35 0.33 0.4
Hex 44 69 88 32 17 0 2F CF 21 28
Octal 104 151 210 62 27 0 57 317 41 50
Binary 1000100 1101001 10001000 110010 10111 0 101111 11001111 100001 101000

Color Harmonies of #446988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446988

Black with #446988

Text Example


Text Example

White with #446988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446988; }

 p { color: rgb(68,105,136); }

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

background-color css

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

 a { background-color: rgb(68,105,136); }

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

border-color css

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

 span { border-color: rgb(68,105,136); }

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