Html Css Color HEX #446683 Wedgewood

📋 copy color: '#446683'

red 68 ◦ green 102 ◦ blue 131

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

Shades of Wedgewood #446683

Tints of Wedgewood #446683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.52%

R = 22.59%
G = 33.89%
B = 43.52%

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

#446683 (or 0x446683) is known color: Wedgewood. HEX triplet: 44, 66 and 83. RGB value is (68,102,131). Sum of RGB (Red+Green+Blue) = 68+102+131=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #446683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446683 is #BB997C. Grayscale: #5E5E5E. Windows color (decimal): -12294525 or 8611396. OLE color: 8611396.

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

Color convert

RGB 68 102 131 -
CMYK 0.48 0.22 0 0.49
HSL 207.62º 0.32% 0.39% -
HSV(B) 207.62º 0.48% 0.51% -
XYZ 11.23 12.37 23.27 -
YUV 95.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 68 102 131 0.48 0.22 0 0.49 207.62 0.32 0.39
Hex 44 66 83 30 16 0 31 D0 20 27
Octal 104 146 203 60 26 0 61 320 40 47
Binary 1000100 1100110 10000011 110000 10110 0 110001 11010000 100000 100111

Color Harmonies of #446683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446683

Black with #446683

Text Example


Text Example

White with #446683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446683; }

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

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

background-color css

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

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

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

border-color css

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

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

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