Html Css Color HEX #446682 Wedgewood

📋 copy color: '#446682'

red 68 ◦ green 102 ◦ blue 130

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

Shades of Wedgewood #446682

Tints of Wedgewood #446682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 22.67%
G = 34%
B = 43.33%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#446682 (or 0x446682) is known color: Wedgewood. HEX triplet: 44, 66 and 82. RGB value is (68,102,130). Sum of RGB (Red+Green+Blue) = 68+102+130=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #446682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446682 is #BB997D. Grayscale: #5E5E5E. Windows color (decimal): -12294526 or 8545860. OLE color: 8545860.

HSL color Cylindrical-coordinate representation of color #446682: hue angle of 207.1º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #446682 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 102 130 -
CMYK 0.48 0.22 0 0.49
HSL 207.1º 0.31% 0.39% -
HSV(B) 207.1º 0.48% 0.51% -
XYZ 11.16 12.34 22.91 -
YUV 95.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 68 102 130 0.48 0.22 0 0.49 207.1 0.31 0.39
Hex 44 66 82 30 16 0 31 CF 1F 27
Octal 104 146 202 60 26 0 61 317 37 47
Binary 1000100 1100110 10000010 110000 10110 0 110001 11001111 11111 100111

Color Harmonies of #446682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446682

Black with #446682

Text Example


Text Example

White with #446682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446682; }

 p { color: rgb(68,102,130); }

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

background-color css

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

 a { background-color: rgb(68,102,130); }

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

border-color css

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

 span { border-color: rgb(68,102,130); }

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