Html Css Color HEX #44688F Wedgewood

📋 copy color: '#44688F'

red 68 ◦ green 104 ◦ blue 143

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

Shades of Wedgewood #44688F

Tints of Wedgewood #44688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.02%

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

R = 21.59%
G = 33.02%
B = 45.4%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#44688F (or 0x44688F) is known color: Wedgewood. HEX triplet: 44, 68 and 8F. RGB value is (68,104,143). Sum of RGB (Red+Green+Blue) = 68+104+143=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #44688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44688F is #BB9770. Grayscale: #616161. Windows color (decimal): -12294001 or 9398340. OLE color: 9398340.

HSL color Cylindrical-coordinate representation of color #44688F: hue angle of 211.2º 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 #44688F is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 104 143 -
CMYK 0.52 0.27 0 0.44
HSL 211.2º 0.36% 0.41% -
HSV(B) 211.2º 0.52% 0.56% -
XYZ 12.29 13.11 27.87 -
YUV 97.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 68 104 143 0.52 0.27 0 0.44 211.2 0.36 0.41
Hex 44 68 8F 34 1B 0 2C D3 24 29
Octal 104 150 217 64 33 0 54 323 44 51
Binary 1000100 1101000 10001111 110100 11011 0 101100 11010011 100100 101001

Color Harmonies of #44688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44688F

Black with #44688F

Text Example


Text Example

White with #44688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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