Html Css Color HEX #446993 Wedgewood

📋 copy color: '#446993'

red 68 ◦ green 105 ◦ blue 147

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

Shades of Wedgewood #446993

Tints of Wedgewood #446993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.81%

 BLUE value IS 147 (57.81% from 255) = 45.94%

R = 21.25%
G = 32.81%
B = 45.94%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446993 (or 0x446993) is known color: Wedgewood. HEX triplet: 44, 69 and 93. RGB value is (68,105,147). Sum of RGB (Red+Green+Blue) = 68+105+147=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #446993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446993 is #BB966C. Grayscale: #626262. Windows color (decimal): -12293741 or 9660740. OLE color: 9660740.

HSL color Cylindrical-coordinate representation of color #446993: hue angle of 211.9º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #446993 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 105 147 -
CMYK 0.54 0.29 0 0.42
HSL 211.9º 0.37% 0.42% -
HSV(B) 211.9º 0.54% 0.58% -
XYZ 12.7 13.44 29.53 -
YUV 98.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 68 105 147 0.54 0.29 0 0.42 211.9 0.37 0.42
Hex 44 69 93 36 1D 0 2A D4 25 2A
Octal 104 151 223 66 35 0 52 324 45 52
Binary 1000100 1101001 10010011 110110 11101 0 101010 11010100 100101 101010

Color Harmonies of #446993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446993

Black with #446993

Text Example


Text Example

White with #446993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446993; }

 p { color: rgb(68,105,147); }

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

background-color css

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

 a { background-color: rgb(68,105,147); }

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

border-color css

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

 span { border-color: rgb(68,105,147); }

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