Html Css Color HEX #446487 Wedgewood

📋 copy color: '#446487'

red 68 ◦ green 100 ◦ blue 135

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

Shades of Wedgewood #446487

Tints of Wedgewood #446487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 22.44%
G = 33%
B = 44.55%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446487 (or 0x446487) is known color: Wedgewood. HEX triplet: 44, 64 and 87. RGB value is (68,100,135). Sum of RGB (Red+Green+Blue) = 68+100+135=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #446487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446487 is #BB9B78. Grayscale: #5E5E5E. Windows color (decimal): -12295033 or 8873028. OLE color: 8873028.

HSL color Cylindrical-coordinate representation of color #446487: hue angle of 211.34º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446487 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 100 135 -
CMYK 0.50 0.26 0 0.47
HSL 211.34º 0.33% 0.4% -
HSV(B) 211.34º 0.5% 0.53% -
XYZ 11.31 12.09 24.66 -
YUV 94.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 68 100 135 0.50 0.26 0 0.47 211.34 0.33 0.4
Hex 44 64 87 32 1A 0 2F D3 21 28
Octal 104 144 207 62 32 0 57 323 41 50
Binary 1000100 1100100 10000111 110010 11010 0 101111 11010011 100001 101000

Color Harmonies of #446487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446487

Black with #446487

Text Example


Text Example

White with #446487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446487; }

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

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

background-color css

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

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

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

border-color css

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

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

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