Html Css Color HEX #446585 Wedgewood

📋 copy color: '#446585'

red 68 ◦ green 101 ◦ blue 133

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

Shades of Wedgewood #446585

Tints of Wedgewood #446585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.04%

R = 22.52%
G = 33.44%
B = 44.04%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#446585 (or 0x446585) is known color: Wedgewood. HEX triplet: 44, 65 and 85. RGB value is (68,101,133). Sum of RGB (Red+Green+Blue) = 68+101+133=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #446585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446585 is #BB9A7A. Grayscale: #5E5E5E. Windows color (decimal): -12294779 or 8742212. OLE color: 8742212.

HSL color Cylindrical-coordinate representation of color #446585: hue angle of 209.54º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446585 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 101 133 -
CMYK 0.49 0.24 0 0.48
HSL 209.54º 0.32% 0.39% -
HSV(B) 209.54º 0.49% 0.52% -
XYZ 11.27 12.23 23.96 -
YUV 94.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 68 101 133 0.49 0.24 0 0.48 209.54 0.32 0.39
Hex 44 65 85 31 18 0 30 D2 20 27
Octal 104 145 205 61 30 0 60 322 40 47
Binary 1000100 1100101 10000101 110001 11000 0 110000 11010010 100000 100111

Color Harmonies of #446585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446585

Black with #446585

Text Example


Text Example

White with #446585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446585; }

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

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

background-color css

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

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

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

border-color css

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

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

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