Html Css Color HEX #446C94 Wedgewood

📋 copy color: '#446C94'

red 68 ◦ green 108 ◦ blue 148

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

Shades of Wedgewood #446C94

Tints of Wedgewood #446C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.68%

R = 20.99%
G = 33.33%
B = 45.68%

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

#446C94 (or 0x446C94) is known color: Wedgewood. HEX triplet: 44, 6C and 94. RGB value is (68,108,148). Sum of RGB (Red+Green+Blue) = 68+108+148=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #446C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C94 is #BB936B. Grayscale: #646464. Windows color (decimal): -12292972 or 9727044. OLE color: 9727044.

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

Color convert

RGB 68 108 148 -
CMYK 0.54 0.27 0 0.42
HSL 210º 0.37% 0.42% -
HSV(B) 210º 0.54% 0.58% -
XYZ 13.09 14.09 30.05 -
YUV 100.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 68 108 148 0.54 0.27 0 0.42 210 0.37 0.42
Hex 44 6C 94 36 1B 0 2A D2 25 2A
Octal 104 154 224 66 33 0 52 322 45 52
Binary 1000100 1101100 10010100 110110 11011 0 101010 11010010 100101 101010

Color Harmonies of #446C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C94

Black with #446C94

Text Example


Text Example

White with #446C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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