Html Css Color HEX #446288 Wedgewood

📋 copy color: '#446288'

red 68 ◦ green 98 ◦ blue 136

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

Shades of Wedgewood #446288

Tints of Wedgewood #446288

RGB

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

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

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

R = 22.52%
G = 32.45%
B = 45.03%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446288 (or 0x446288) is known color: Wedgewood. HEX triplet: 44, 62 and 88. RGB value is (68,98,136). Sum of RGB (Red+Green+Blue) = 68+98+136=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #446288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446288 is #BB9D77. Grayscale: #5D5D5D. Windows color (decimal): -12295544 or 8938052. OLE color: 8938052.

HSL color Cylindrical-coordinate representation of color #446288: hue angle of 213.53º 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 #446288 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 98 136 -
CMYK 0.50 0.28 0 0.47
HSL 213.53º 0.33% 0.4% -
HSV(B) 213.53º 0.5% 0.53% -
XYZ 11.2 11.74 24.97 -
YUV 93.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 68 98 136 0.50 0.28 0 0.47 213.53 0.33 0.4
Hex 44 62 88 32 1C 0 2F D6 21 28
Octal 104 142 210 62 34 0 57 326 41 50
Binary 1000100 1100010 10001000 110010 11100 0 101111 11010110 100001 101000

Color Harmonies of #446288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446288

Black with #446288

Text Example


Text Example

White with #446288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446288; }

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

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

background-color css

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

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

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

border-color css

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

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

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