Html Css Color HEX #446588 Wedgewood

📋 copy color: '#446588'

red 68 ◦ green 101 ◦ blue 136

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

Shades of Wedgewood #446588

Tints of Wedgewood #446588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 22.3%
G = 33.11%
B = 44.59%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446588 (or 0x446588) is known color: Wedgewood. HEX triplet: 44, 65 and 88. RGB value is (68,101,136). Sum of RGB (Red+Green+Blue) = 68+101+136=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #446588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446588 is #BB9A77. Grayscale: #5E5E5E. Windows color (decimal): -12294776 or 8938820. OLE color: 8938820.

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

Color convert

RGB 68 101 136 -
CMYK 0.50 0.26 0 0.47
HSL 210.88º 0.33% 0.4% -
HSV(B) 210.88º 0.5% 0.53% -
XYZ 11.48 12.31 25.06 -
YUV 95.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 68 101 136 0.50 0.26 0 0.47 210.88 0.33 0.4
Hex 44 65 88 32 1A 0 2F D3 21 28
Octal 104 145 210 62 32 0 57 323 41 50
Binary 1000100 1100101 10001000 110010 11010 0 101111 11010011 100001 101000

Color Harmonies of #446588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446588

Black with #446588

Text Example


Text Example

White with #446588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446588; }

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

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

background-color css

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

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

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

border-color css

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

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

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