Html Css Color HEX #446284 Wedgewood

📋 copy color: '#446284'

red 68 ◦ green 98 ◦ blue 132

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

Shades of Wedgewood #446284

Tints of Wedgewood #446284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

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

R = 22.82%
G = 32.89%
B = 44.3%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#446284 (or 0x446284) is known color: Wedgewood. HEX triplet: 44, 62 and 84. RGB value is (68,98,132). Sum of RGB (Red+Green+Blue) = 68+98+132=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #446284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446284 is #BB9D7B. Grayscale: #5C5C5C. Windows color (decimal): -12295548 or 8675908. OLE color: 8675908.

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

Color convert

RGB 68 98 132 -
CMYK 0.48 0.26 0 0.48
HSL 211.88º 0.32% 0.39% -
HSV(B) 211.88º 0.48% 0.52% -
XYZ 10.92 11.63 23.5 -
YUV 92.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 68 98 132 0.48 0.26 0 0.48 211.88 0.32 0.39
Hex 44 62 84 30 1A 0 30 D4 20 27
Octal 104 142 204 60 32 0 60 324 40 47
Binary 1000100 1100010 10000100 110000 11010 0 110000 11010100 100000 100111

Color Harmonies of #446284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446284

Black with #446284

Text Example


Text Example

White with #446284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446284; }

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

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

background-color css

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

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

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

border-color css

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

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

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