Html Css Color HEX #446286 Wedgewood

📋 copy color: '#446286'

red 68 ◦ green 98 ◦ blue 134

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

Shades of Wedgewood #446286

Tints of Wedgewood #446286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 22.67%
G = 32.67%
B = 44.67%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446286 (or 0x446286) is known color: Wedgewood. HEX triplet: 44, 62 and 86. RGB value is (68,98,134). Sum of RGB (Red+Green+Blue) = 68+98+134=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #446286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446286 is #BB9D79. Grayscale: #5C5C5C. Windows color (decimal): -12295546 or 8806980. OLE color: 8806980.

HSL color Cylindrical-coordinate representation of color #446286: hue angle of 212.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446286 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 98 134 -
CMYK 0.49 0.27 0 0.47
HSL 212.73º 0.33% 0.4% -
HSV(B) 212.73º 0.49% 0.53% -
XYZ 11.05 11.69 24.23 -
YUV 93.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 68 98 134 0.49 0.27 0 0.47 212.73 0.33 0.4
Hex 44 62 86 31 1B 0 2F D5 21 28
Octal 104 142 206 61 33 0 57 325 41 50
Binary 1000100 1100010 10000110 110001 11011 0 101111 11010101 100001 101000

Color Harmonies of #446286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446286

Black with #446286

Text Example


Text Example

White with #446286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446286; }

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

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

background-color css

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

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

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

border-color css

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

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

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