Html Css Color HEX #446285 Wedgewood

📋 copy color: '#446285'

red 68 ◦ green 98 ◦ blue 133

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

Shades of Wedgewood #446285

Tints of Wedgewood #446285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

 BLUE value IS 133 (52.34% from 255) = 44.48%

R = 22.74%
G = 32.78%
B = 44.48%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#446285 (or 0x446285) is known color: Wedgewood. HEX triplet: 44, 62 and 85. RGB value is (68,98,133). Sum of RGB (Red+Green+Blue) = 68+98+133=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #446285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446285 is #BB9D7A. Grayscale: #5C5C5C. Windows color (decimal): -12295547 or 8741444. OLE color: 8741444.

HSL color Cylindrical-coordinate representation of color #446285: hue angle of 212.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446285 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 98 133 -
CMYK 0.49 0.26 0 0.48
HSL 212.31º 0.32% 0.39% -
HSV(B) 212.31º 0.49% 0.52% -
XYZ 10.99 11.66 23.86 -
YUV 93.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 68 98 133 0.49 0.26 0 0.48 212.31 0.32 0.39
Hex 44 62 85 31 1A 0 30 D4 20 27
Octal 104 142 205 61 32 0 60 324 40 47
Binary 1000100 1100010 10000101 110001 11010 0 110000 11010100 100000 100111

Color Harmonies of #446285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446285

Black with #446285

Text Example


Text Example

White with #446285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446285; }

 p { color: rgb(68,98,133); }

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

background-color css

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

 a { background-color: rgb(68,98,133); }

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

border-color css

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

 span { border-color: rgb(68,98,133); }

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