Html Css Color HEX #446486 Wedgewood

📋 copy color: '#446486'

red 68 ◦ green 100 ◦ blue 134

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

Shades of Wedgewood #446486

Tints of Wedgewood #446486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

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

R = 22.52%
G = 33.11%
B = 44.37%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446486 (or 0x446486) is known color: Wedgewood. HEX triplet: 44, 64 and 86. RGB value is (68,100,134). Sum of RGB (Red+Green+Blue) = 68+100+134=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #446486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446486 is #BB9B79. Grayscale: #5E5E5E. Windows color (decimal): -12295034 or 8807492. OLE color: 8807492.

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

Color convert

RGB 68 100 134 -
CMYK 0.49 0.25 0 0.47
HSL 210.91º 0.33% 0.4% -
HSV(B) 210.91º 0.49% 0.53% -
XYZ 11.24 12.06 24.29 -
YUV 94.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 68 100 134 0.49 0.25 0 0.47 210.91 0.33 0.4
Hex 44 64 86 31 19 0 2F D3 21 28
Octal 104 144 206 61 31 0 57 323 41 50
Binary 1000100 1100100 10000110 110001 11001 0 101111 11010011 100001 101000

Color Harmonies of #446486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446486

Black with #446486

Text Example


Text Example

White with #446486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446486; }

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

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

background-color css

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

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

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

border-color css

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

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

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