Html Css Color HEX #446684 Wedgewood

📋 copy color: '#446684'

red 68 ◦ green 102 ◦ blue 132

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

Shades of Wedgewood #446684

Tints of Wedgewood #446684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.71%

R = 22.52%
G = 33.77%
B = 43.71%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#446684 (or 0x446684) is known color: Wedgewood. HEX triplet: 44, 66 and 84. RGB value is (68,102,132). Sum of RGB (Red+Green+Blue) = 68+102+132=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #446684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446684 is #BB997B. Grayscale: #5F5F5F. Windows color (decimal): -12294524 or 8676932. OLE color: 8676932.

HSL color Cylindrical-coordinate representation of color #446684: hue angle of 208.12º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #446684 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 102 132 -
CMYK 0.48 0.23 0 0.48
HSL 208.13º 0.32% 0.39% -
HSV(B) 208.13º 0.48% 0.52% -
XYZ 11.3 12.4 23.63 -
YUV 95.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 68 102 132 0.48 0.23 0 0.48 208.13 0.32 0.39
Hex 44 66 84 30 17 0 30 D0 20 27
Octal 104 146 204 60 27 0 60 320 40 47
Binary 1000100 1100110 10000100 110000 10111 0 110000 11010000 100000 100111

Color Harmonies of #446684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446684

Black with #446684

Text Example


Text Example

White with #446684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446684; }

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

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

background-color css

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

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

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

border-color css

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

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

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