Html Css Color HEX #446786 Wedgewood

📋 copy color: '#446786'

red 68 ◦ green 103 ◦ blue 134

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

Shades of Wedgewood #446786

Tints of Wedgewood #446786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

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

R = 22.3%
G = 33.77%
B = 43.93%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446786 (or 0x446786) is known color: Wedgewood. HEX triplet: 44, 67 and 86. RGB value is (68,103,134). Sum of RGB (Red+Green+Blue) = 68+103+134=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #446786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446786 is #BB9879. Grayscale: #5F5F5F. Windows color (decimal): -12294266 or 8808260. OLE color: 8808260.

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

Color convert

RGB 68 103 134 -
CMYK 0.49 0.23 0 0.47
HSL 208.18º 0.33% 0.4% -
HSV(B) 208.18º 0.49% 0.53% -
XYZ 11.54 12.65 24.39 -
YUV 96.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 68 103 134 0.49 0.23 0 0.47 208.18 0.33 0.4
Hex 44 67 86 31 17 0 2F D0 21 28
Octal 104 147 206 61 27 0 57 320 41 50
Binary 1000100 1100111 10000110 110001 10111 0 101111 11010000 100001 101000

Color Harmonies of #446786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446786

Black with #446786

Text Example


Text Example

White with #446786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446786; }

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

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

background-color css

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

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

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

border-color css

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

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

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