Html Css Color HEX #446B8F Wedgewood

📋 copy color: '#446B8F'

red 68 ◦ green 107 ◦ blue 143

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

Shades of Wedgewood #446B8F

Tints of Wedgewood #446B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.97%

R = 21.38%
G = 33.65%
B = 44.97%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#446B8F (or 0x446B8F) is known color: Wedgewood. HEX triplet: 44, 6B and 8F. RGB value is (68,107,143). Sum of RGB (Red+Green+Blue) = 68+107+143=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #446B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B8F is #BB9470. Grayscale: #636363. Windows color (decimal): -12293233 or 9399108. OLE color: 9399108.

HSL color Cylindrical-coordinate representation of color #446B8F: hue angle of 208.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #446B8F is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 107 143 -
CMYK 0.52 0.25 0 0.44
HSL 208.8º 0.36% 0.41% -
HSV(B) 208.8º 0.52% 0.56% -
XYZ 12.6 13.73 27.97 -
YUV 99.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 68 107 143 0.52 0.25 0 0.44 208.8 0.36 0.41
Hex 44 6B 8F 34 19 0 2C D1 24 29
Octal 104 153 217 64 31 0 54 321 44 51
Binary 1000100 1101011 10001111 110100 11001 0 101100 11010001 100100 101001

Color Harmonies of #446B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B8F

Black with #446B8F

Text Example


Text Example

White with #446B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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