Html Css Color HEX #446086 Wedgewood

📋 copy color: '#446086'

red 68 ◦ green 96 ◦ blue 134

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

Shades of Wedgewood #446086

Tints of Wedgewood #446086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

 BLUE value IS 134 (52.73% from 255) = 44.97%

R = 22.82%
G = 32.21%
B = 44.97%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446086 (or 0x446086) is known color: Wedgewood. HEX triplet: 44, 60 and 86. RGB value is (68,96,134). Sum of RGB (Red+Green+Blue) = 68+96+134=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #446086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446086 is #BB9F79. Grayscale: #5B5B5B. Windows color (decimal): -12296058 or 8806468. OLE color: 8806468.

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

Color convert

RGB 68 96 134 -
CMYK 0.49 0.28 0 0.47
HSL 214.55º 0.33% 0.4% -
HSV(B) 214.55º 0.49% 0.53% -
XYZ 10.87 11.32 24.17 -
YUV 91.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 68 96 134 0.49 0.28 0 0.47 214.55 0.33 0.4
Hex 44 60 86 31 1C 0 2F D7 21 28
Octal 104 140 206 61 34 0 57 327 41 50
Binary 1000100 1100000 10000110 110001 11100 0 101111 11010111 100001 101000

Color Harmonies of #446086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446086

Black with #446086

Text Example


Text Example

White with #446086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446086; }

 p { color: rgb(68,96,134); }

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

background-color css

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

 a { background-color: rgb(68,96,134); }

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

border-color css

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

 span { border-color: rgb(68,96,134); }

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