Html Css Color HEX #446384 Wedgewood

📋 copy color: '#446384'

red 68 ◦ green 99 ◦ blue 132

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

Shades of Wedgewood #446384

Tints of Wedgewood #446384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.11%

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

R = 22.74%
G = 33.11%
B = 44.15%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#446384 (or 0x446384) is known color: Wedgewood. HEX triplet: 44, 63 and 84. RGB value is (68,99,132). Sum of RGB (Red+Green+Blue) = 68+99+132=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #446384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446384 is #BB9C7B. Grayscale: #5D5D5D. Windows color (decimal): -12295292 or 8676164. OLE color: 8676164.

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

Color convert

RGB 68 99 132 -
CMYK 0.48 0.25 0 0.48
HSL 210.94º 0.32% 0.39% -
HSV(B) 210.94º 0.48% 0.52% -
XYZ 11.01 11.82 23.53 -
YUV 93.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 68 99 132 0.48 0.25 0 0.48 210.94 0.32 0.39
Hex 44 63 84 30 19 0 30 D3 20 27
Octal 104 143 204 60 31 0 60 323 40 47
Binary 1000100 1100011 10000100 110000 11001 0 110000 11010011 100000 100111

Color Harmonies of #446384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446384

Black with #446384

Text Example


Text Example

White with #446384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446384; }

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

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

background-color css

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

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

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

border-color css

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

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

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