Html Css Color HEX #446887 Wedgewood

📋 copy color: '#446887'

red 68 ◦ green 104 ◦ blue 135

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

Shades of Wedgewood #446887

Tints of Wedgewood #446887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.88%

 BLUE value IS 135 (53.13% from 255) = 43.97%

R = 22.15%
G = 33.88%
B = 43.97%

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

#446887 (or 0x446887) is known color: Wedgewood. HEX triplet: 44, 68 and 87. RGB value is (68,104,135). Sum of RGB (Red+Green+Blue) = 68+104+135=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #446887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446887 is #BB9778. Grayscale: #606060. Windows color (decimal): -12294009 or 8874052. OLE color: 8874052.

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

Color convert

RGB 68 104 135 -
CMYK 0.50 0.23 0 0.47
HSL 207.76º 0.33% 0.4% -
HSV(B) 207.76º 0.5% 0.53% -
XYZ 11.71 12.88 24.79 -
YUV 96.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 68 104 135 0.50 0.23 0 0.47 207.76 0.33 0.4
Hex 44 68 87 32 17 0 2F D0 21 28
Octal 104 150 207 62 27 0 57 320 41 50
Binary 1000100 1101000 10000111 110010 10111 0 101111 11010000 100001 101000

Color Harmonies of #446887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446887

Black with #446887

Text Example


Text Example

White with #446887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446887; }

 p { color: rgb(68,104,135); }

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

background-color css

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

 a { background-color: rgb(68,104,135); }

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

border-color css

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

 span { border-color: rgb(68,104,135); }

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