Html Css Color HEX #446B94 Wedgewood

📋 copy color: '#446B94'

red 68 ◦ green 107 ◦ blue 148

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

Shades of Wedgewood #446B94

Tints of Wedgewood #446B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

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

R = 21.05%
G = 33.13%
B = 45.82%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446B94 (or 0x446B94) is known color: Wedgewood. HEX triplet: 44, 6B and 94. RGB value is (68,107,148). Sum of RGB (Red+Green+Blue) = 68+107+148=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #446B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B94 is #BB946B. Grayscale: #636363. Windows color (decimal): -12293228 or 9726788. OLE color: 9726788.

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

Color convert

RGB 68 107 148 -
CMYK 0.54 0.28 0 0.42
HSL 210.75º 0.37% 0.42% -
HSV(B) 210.75º 0.54% 0.58% -
XYZ 12.99 13.88 30.01 -
YUV 100.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 68 107 148 0.54 0.28 0 0.42 210.75 0.37 0.42
Hex 44 6B 94 36 1C 0 2A D3 25 2A
Octal 104 153 224 66 34 0 52 323 45 52
Binary 1000100 1101011 10010100 110110 11100 0 101010 11010011 100101 101010

Color Harmonies of #446B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B94

Black with #446B94

Text Example


Text Example

White with #446B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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