Html Css Color HEX #446180 Wedgewood

📋 copy color: '#446180'

red 68 ◦ green 97 ◦ blue 128

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

Shades of Wedgewood #446180

Tints of Wedgewood #446180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 23.21%
G = 33.11%
B = 43.69%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#446180 (or 0x446180) is known color: Wedgewood. HEX triplet: 44, 61 and 80. RGB value is (68,97,128). Sum of RGB (Red+Green+Blue) = 68+97+128=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #446180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446180 is #BB9E7F. Grayscale: #5B5B5B. Windows color (decimal): -12295808 or 8413508. OLE color: 8413508.

HSL color Cylindrical-coordinate representation of color #446180: hue angle of 211º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #446180 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 97 128 -
CMYK 0.47 0.24 0 0.50
HSL 211º 0.31% 0.38% -
HSV(B) 211º 0.47% 0.5% -
XYZ 10.55 11.34 22.05 -
YUV 91.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 68 97 128 0.47 0.24 0 0.50 211 0.31 0.38
Hex 44 61 80 2F 18 0 32 D3 1F 26
Octal 104 141 200 57 30 0 62 323 37 46
Binary 1000100 1100001 10000000 101111 11000 0 110010 11010011 11111 100110

Color Harmonies of #446180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446180

Black with #446180

Text Example


Text Example

White with #446180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446180; }

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

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

background-color css

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

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

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

border-color css

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

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

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