Html Css Color HEX #446C93 Wedgewood

📋 copy color: '#446C93'

red 68 ◦ green 108 ◦ blue 147

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

Shades of Wedgewood #446C93

Tints of Wedgewood #446C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

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

R = 21.05%
G = 33.44%
B = 45.51%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446C93 (or 0x446C93) is known color: Wedgewood. HEX triplet: 44, 6C and 93. RGB value is (68,108,147). Sum of RGB (Red+Green+Blue) = 68+108+147=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #446C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C93 is #BB936C. Grayscale: #646464. Windows color (decimal): -12292973 or 9661508. OLE color: 9661508.

HSL color Cylindrical-coordinate representation of color #446C93: hue angle of 209.62º 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 #446C93 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 108 147 -
CMYK 0.54 0.27 0 0.42
HSL 209.62º 0.37% 0.42% -
HSV(B) 209.62º 0.54% 0.58% -
XYZ 13.01 14.06 29.63 -
YUV 100.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 68 108 147 0.54 0.27 0 0.42 209.62 0.37 0.42
Hex 44 6C 93 36 1B 0 2A D2 25 2A
Octal 104 154 223 66 33 0 52 322 45 52
Binary 1000100 1101100 10010011 110110 11011 0 101010 11010010 100101 101010

Color Harmonies of #446C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C93

Black with #446C93

Text Example


Text Example

White with #446C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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