Html Css Color HEX #446A87 Wedgewood

📋 copy color: '#446A87'

red 68 ◦ green 106 ◦ blue 135

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

Shades of Wedgewood #446A87

Tints of Wedgewood #446A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

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

R = 22.01%
G = 34.3%
B = 43.69%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446A87 (or 0x446A87) is known color: Wedgewood. HEX triplet: 44, 6A and 87. RGB value is (68,106,135). Sum of RGB (Red+Green+Blue) = 68+106+135=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #446A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446A87 is #BB9578. Grayscale: #616161. Windows color (decimal): -12293497 or 8874564. OLE color: 8874564.

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

Color convert

RGB 68 106 135 -
CMYK 0.50 0.21 0 0.47
HSL 205.97º 0.33% 0.4% -
HSV(B) 205.97º 0.5% 0.53% -
XYZ 11.91 13.29 24.86 -
YUV 97.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 68 106 135 0.50 0.21 0 0.47 205.97 0.33 0.4
Hex 44 6A 87 32 15 0 2F CE 21 28
Octal 104 152 207 62 25 0 57 316 41 50
Binary 1000100 1101010 10000111 110010 10101 0 101111 11001110 100001 101000

Color Harmonies of #446A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446A87

Black with #446A87

Text Example


Text Example

White with #446A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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