Html Css Color HEX #446281 Wedgewood

📋 copy color: '#446281'

red 68 ◦ green 98 ◦ blue 129

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

Shades of Wedgewood #446281

Tints of Wedgewood #446281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 23.05%
G = 33.22%
B = 43.73%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#446281 (or 0x446281) is known color: Wedgewood. HEX triplet: 44, 62 and 81. RGB value is (68,98,129). Sum of RGB (Red+Green+Blue) = 68+98+129=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #446281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446281 is #BB9D7E. Grayscale: #5C5C5C. Windows color (decimal): -12295551 or 8479300. OLE color: 8479300.

HSL color Cylindrical-coordinate representation of color #446281: hue angle of 210.49º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #446281 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 98 129 -
CMYK 0.47 0.24 0 0.49
HSL 210.49º 0.31% 0.39% -
HSV(B) 210.49º 0.47% 0.51% -
XYZ 10.71 11.55 22.43 -
YUV 92.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 68 98 129 0.47 0.24 0 0.49 210.49 0.31 0.39
Hex 44 62 81 2F 18 0 31 D2 1F 27
Octal 104 142 201 57 30 0 61 322 37 47
Binary 1000100 1100010 10000001 101111 11000 0 110001 11010010 11111 100111

Color Harmonies of #446281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446281

Black with #446281

Text Example


Text Example

White with #446281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446281; }

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

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

background-color css

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

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

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

border-color css

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

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

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