Html Css Color HEX #446084 Wedgewood

📋 copy color: '#446084'

red 68 ◦ green 96 ◦ blue 132

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

Shades of Wedgewood #446084

Tints of Wedgewood #446084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.43%

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 22.97%
G = 32.43%
B = 44.59%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#446084 (or 0x446084) is known color: Wedgewood. HEX triplet: 44, 60 and 84. RGB value is (68,96,132). Sum of RGB (Red+Green+Blue) = 68+96+132=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #446084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446084 is #BB9F7B. Grayscale: #5B5B5B. Windows color (decimal): -12296060 or 8675396. OLE color: 8675396.

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

Color convert

RGB 68 96 132 -
CMYK 0.48 0.27 0 0.48
HSL 213.75º 0.32% 0.39% -
HSV(B) 213.75º 0.48% 0.52% -
XYZ 10.73 11.26 23.44 -
YUV 91.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 68 96 132 0.48 0.27 0 0.48 213.75 0.32 0.39
Hex 44 60 84 30 1B 0 30 D6 20 27
Octal 104 140 204 60 33 0 60 326 40 47
Binary 1000100 1100000 10000100 110000 11011 0 110000 11010110 100000 100111

Color Harmonies of #446084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446084

Black with #446084

Text Example


Text Example

White with #446084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446084; }

 p { color: rgb(68,96,132); }

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

background-color css

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

 a { background-color: rgb(68,96,132); }

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

border-color css

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

 span { border-color: rgb(68,96,132); }

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