Html Css Color HEX #446587 Wedgewood

📋 copy color: '#446587'

red 68 ◦ green 101 ◦ blue 135

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

Shades of Wedgewood #446587

Tints of Wedgewood #446587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

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

R = 22.37%
G = 33.22%
B = 44.41%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446587 (or 0x446587) is known color: Wedgewood. HEX triplet: 44, 65 and 87. RGB value is (68,101,135). Sum of RGB (Red+Green+Blue) = 68+101+135=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #446587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446587 is #BB9A78. Grayscale: #5E5E5E. Windows color (decimal): -12294777 or 8873284. OLE color: 8873284.

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

Color convert

RGB 68 101 135 -
CMYK 0.50 0.25 0 0.47
HSL 210.45º 0.33% 0.4% -
HSV(B) 210.45º 0.5% 0.53% -
XYZ 11.41 12.29 24.69 -
YUV 95.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 68 101 135 0.50 0.25 0 0.47 210.45 0.33 0.4
Hex 44 65 87 32 19 0 2F D2 21 28
Octal 104 145 207 62 31 0 57 322 41 50
Binary 1000100 1100101 10000111 110010 11001 0 101111 11010010 100001 101000

Color Harmonies of #446587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446587

Black with #446587

Text Example


Text Example

White with #446587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446587; }

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

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

background-color css

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

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

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

border-color css

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

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

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