Html Css Color HEX #44647D Wedgewood

📋 copy color: '#44647D'

red 68 ◦ green 100 ◦ blue 125

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

Shades of Wedgewood #44647D

Tints of Wedgewood #44647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 23.21%
G = 34.13%
B = 42.66%

CMYK

 C value IS 0.46

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44647D (or 0x44647D) is known color: Wedgewood. HEX triplet: 44, 64 and 7D. RGB value is (68,100,125). Sum of RGB (Red+Green+Blue) = 68+100+125=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #44647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44647D is #BB9B82. Grayscale: #5D5D5D. Windows color (decimal): -12295043 or 8217668. OLE color: 8217668.

HSL color Cylindrical-coordinate representation of color #44647D: hue angle of 206.32º 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 #44647D is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 100 125 -
CMYK 0.46 0.2 0 0.51
HSL 206.32º 0.3% 0.38% -
HSV(B) 206.32º 0.46% 0.49% -
XYZ 10.64 11.82 21.12 -
YUV 93.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 68 100 125 0.46 0.2 0 0.51 206.32 0.3 0.38
Hex 44 64 7D 2E 14 0 33 CE 1E 26
Octal 104 144 175 56 24 0 63 316 36 46
Binary 1000100 1100100 1111101 101110 10100 0 110011 11001110 11110 100110

Color Harmonies of #44647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44647D

Black with #44647D

Text Example


Text Example

White with #44647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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