Html Css Color HEX #44647E Wedgewood

📋 copy color: '#44647E'

red 68 ◦ green 100 ◦ blue 126

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

Shades of Wedgewood #44647E

Tints of Wedgewood #44647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

 BLUE value IS 126 (49.61% from 255) = 42.86%

R = 23.13%
G = 34.01%
B = 42.86%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44647E (or 0x44647E) is known color: Wedgewood. HEX triplet: 44, 64 and 7E. RGB value is (68,100,126). Sum of RGB (Red+Green+Blue) = 68+100+126=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #44647E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44647E is #BB9B81. Grayscale: #5D5D5D. Windows color (decimal): -12295042 or 8283204. OLE color: 8283204.

HSL color Cylindrical-coordinate representation of color #44647E: hue angle of 206.9º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44647E is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 100 126 -
CMYK 0.46 0.21 0 0.51
HSL 206.9º 0.3% 0.38% -
HSV(B) 206.9º 0.46% 0.49% -
XYZ 10.71 11.85 21.46 -
YUV 93.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 68 100 126 0.46 0.21 0 0.51 206.9 0.3 0.38
Hex 44 64 7E 2E 15 0 33 CF 1E 26
Octal 104 144 176 56 25 0 63 317 36 46
Binary 1000100 1100100 1111110 101110 10101 0 110011 11001111 11110 100110

Color Harmonies of #44647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44647E

Black with #44647E

Text Example


Text Example

White with #44647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44647E; }

 p { color: rgb(68,100,126); }

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

background-color css

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

 a { background-color: rgb(68,100,126); }

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

border-color css

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

 span { border-color: rgb(68,100,126); }

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