Html Css Color HEX #446380 Wedgewood

📋 copy color: '#446380'

red 68 ◦ green 99 ◦ blue 128

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

Shades of Wedgewood #446380

Tints of Wedgewood #446380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

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

R = 23.05%
G = 33.56%
B = 43.39%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#446380 (or 0x446380) is known color: Wedgewood. HEX triplet: 44, 63 and 80. RGB value is (68,99,128). Sum of RGB (Red+Green+Blue) = 68+99+128=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #446380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446380 is #BB9C7F. Grayscale: #5C5C5C. Windows color (decimal): -12295296 or 8414020. OLE color: 8414020.

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

Color convert

RGB 68 99 128 -
CMYK 0.47 0.23 0 0.50
HSL 209º 0.31% 0.38% -
HSV(B) 209º 0.47% 0.5% -
XYZ 10.74 11.71 22.12 -
YUV 93.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 68 99 128 0.47 0.23 0 0.50 209 0.31 0.38
Hex 44 63 80 2F 17 0 32 D1 1F 26
Octal 104 143 200 57 27 0 62 321 37 46
Binary 1000100 1100011 10000000 101111 10111 0 110010 11010001 11111 100110

Color Harmonies of #446380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446380

Black with #446380

Text Example


Text Example

White with #446380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446380; }

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

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

background-color css

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

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

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

border-color css

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

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

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