Html Css Color HEX #446186 Wedgewood

📋 copy color: '#446186'

red 68 ◦ green 97 ◦ blue 134

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

Shades of Wedgewood #446186

Tints of Wedgewood #446186

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

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

R = 22.74%
G = 32.44%
B = 44.82%

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

#446186 (or 0x446186) is known color: Wedgewood. HEX triplet: 44, 61 and 86. RGB value is (68,97,134). Sum of RGB (Red+Green+Blue) = 68+97+134=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #446186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446186 is #BB9E79. Grayscale: #5C5C5C. Windows color (decimal): -12295802 or 8806724. OLE color: 8806724.

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

Color convert

RGB 68 97 134 -
CMYK 0.49 0.28 0 0.47
HSL 213.64º 0.33% 0.4% -
HSV(B) 213.64º 0.49% 0.53% -
XYZ 10.96 11.5 24.2 -
YUV 92.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 68 97 134 0.49 0.28 0 0.47 213.64 0.33 0.4
Hex 44 61 86 31 1C 0 2F D6 21 28
Octal 104 141 206 61 34 0 57 326 41 50
Binary 1000100 1100001 10000110 110001 11100 0 101111 11010110 100001 101000

Color Harmonies of #446186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446186

Black with #446186

Text Example


Text Example

White with #446186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446186; }

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

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

background-color css

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

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

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

border-color css

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

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

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