Html Css Color HEX #446784 Wedgewood

📋 copy color: '#446784'

red 68 ◦ green 103 ◦ blue 132

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

Shades of Wedgewood #446784

Tints of Wedgewood #446784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 22.44%
G = 33.99%
B = 43.56%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#446784 (or 0x446784) is known color: Wedgewood. HEX triplet: 44, 67 and 84. RGB value is (68,103,132). Sum of RGB (Red+Green+Blue) = 68+103+132=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #446784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446784 is #BB987B. Grayscale: #5F5F5F. Windows color (decimal): -12294268 or 8677188. OLE color: 8677188.

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

Color convert

RGB 68 103 132 -
CMYK 0.48 0.22 0 0.48
HSL 207.19º 0.32% 0.39% -
HSV(B) 207.19º 0.48% 0.52% -
XYZ 11.4 12.6 23.66 -
YUV 95.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 68 103 132 0.48 0.22 0 0.48 207.19 0.32 0.39
Hex 44 67 84 30 16 0 30 CF 20 27
Octal 104 147 204 60 26 0 60 317 40 47
Binary 1000100 1100111 10000100 110000 10110 0 110000 11001111 100000 100111

Color Harmonies of #446784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446784

Black with #446784

Text Example


Text Example

White with #446784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446784; }

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

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

background-color css

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

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

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

border-color css

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

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

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