Html Css Color HEX #446686 Wedgewood

📋 copy color: '#446686'

red 68 ◦ green 102 ◦ blue 134

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

Shades of Wedgewood #446686

Tints of Wedgewood #446686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

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

R = 22.37%
G = 33.55%
B = 44.08%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446686 (or 0x446686) is known color: Wedgewood. HEX triplet: 44, 66 and 86. RGB value is (68,102,134). Sum of RGB (Red+Green+Blue) = 68+102+134=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #446686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446686 is #BB9979. Grayscale: #5F5F5F. Windows color (decimal): -12294522 or 8808004. OLE color: 8808004.

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

Color convert

RGB 68 102 134 -
CMYK 0.49 0.24 0 0.47
HSL 209.09º 0.33% 0.4% -
HSV(B) 209.09º 0.49% 0.53% -
XYZ 11.44 12.45 24.36 -
YUV 95.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 68 102 134 0.49 0.24 0 0.47 209.09 0.33 0.4
Hex 44 66 86 31 18 0 2F D1 21 28
Octal 104 146 206 61 30 0 57 321 41 50
Binary 1000100 1100110 10000110 110001 11000 0 101111 11010001 100001 101000

Color Harmonies of #446686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446686

Black with #446686

Text Example


Text Example

White with #446686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446686; }

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

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

background-color css

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

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

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

border-color css

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

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

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