Html Css Color HEX #446680 Wedgewood

📋 copy color: '#446680'

red 68 ◦ green 102 ◦ blue 128

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

Shades of Wedgewood #446680

Tints of Wedgewood #446680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.95%

R = 22.82%
G = 34.23%
B = 42.95%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#446680 (or 0x446680) is known color: Wedgewood. HEX triplet: 44, 66 and 80. RGB value is (68,102,128). Sum of RGB (Red+Green+Blue) = 68+102+128=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #446680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446680 is #BB997F. Grayscale: #5E5E5E. Windows color (decimal): -12294528 or 8414788. OLE color: 8414788.

HSL color Cylindrical-coordinate representation of color #446680: hue angle of 206º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #446680 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 102 128 -
CMYK 0.47 0.20 0 0.50
HSL 206º 0.31% 0.38% -
HSV(B) 206º 0.47% 0.5% -
XYZ 11.03 12.29 22.21 -
YUV 94.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 68 102 128 0.47 0.20 0 0.50 206 0.31 0.38
Hex 44 66 80 2F 14 0 32 CE 1F 26
Octal 104 146 200 57 24 0 62 316 37 46
Binary 1000100 1100110 10000000 101111 10100 0 110010 11001110 11111 100110

Color Harmonies of #446680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446680

Black with #446680

Text Example


Text Example

White with #446680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446680; }

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

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

background-color css

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

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

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

border-color css

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

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

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