Html Css Color HEX #446184 Wedgewood

📋 copy color: '#446184'

red 68 ◦ green 97 ◦ blue 132

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

Shades of Wedgewood #446184

Tints of Wedgewood #446184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

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

R = 22.9%
G = 32.66%
B = 44.44%

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

#446184 (or 0x446184) is known color: Wedgewood. HEX triplet: 44, 61 and 84. RGB value is (68,97,132). Sum of RGB (Red+Green+Blue) = 68+97+132=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #446184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446184 is #BB9E7B. Grayscale: #5C5C5C. Windows color (decimal): -12295804 or 8675652. OLE color: 8675652.

HSL color Cylindrical-coordinate representation of color #446184: hue angle of 212.81º 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 #446184 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 97 132 -
CMYK 0.48 0.27 0 0.48
HSL 212.81º 0.32% 0.39% -
HSV(B) 212.81º 0.48% 0.52% -
XYZ 10.82 11.44 23.47 -
YUV 92.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 68 97 132 0.48 0.27 0 0.48 212.81 0.32 0.39
Hex 44 61 84 30 1B 0 30 D5 20 27
Octal 104 141 204 60 33 0 60 325 40 47
Binary 1000100 1100001 10000100 110000 11011 0 110000 11010101 100000 100111

Color Harmonies of #446184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446184

Black with #446184

Text Example


Text Example

White with #446184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446184; }

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

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

background-color css

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

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

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

border-color css

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

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

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