Html Css Color HEX #44678D Wedgewood

📋 copy color: '#44678D'

red 68 ◦ green 103 ◦ blue 141

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

Shades of Wedgewood #44678D

Tints of Wedgewood #44678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 21.79%
G = 33.01%
B = 45.19%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44678D (or 0x44678D) is known color: Wedgewood. HEX triplet: 44, 67 and 8D. RGB value is (68,103,141). Sum of RGB (Red+Green+Blue) = 68+103+141=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #44678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44678D is #BB9872. Grayscale: #606060. Windows color (decimal): -12294259 or 9267012. OLE color: 9267012.

HSL color Cylindrical-coordinate representation of color #44678D: hue angle of 211.23º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44678D is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 103 141 -
CMYK 0.52 0.27 0 0.45
HSL 211.23º 0.35% 0.41% -
HSV(B) 211.23º 0.52% 0.55% -
XYZ 12.04 12.85 27.05 -
YUV 96.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 68 103 141 0.52 0.27 0 0.45 211.23 0.35 0.41
Hex 44 67 8D 34 1B 0 2D D3 23 29
Octal 104 147 215 64 33 0 55 323 43 51
Binary 1000100 1100111 10001101 110100 11011 0 101101 11010011 100011 101001

Color Harmonies of #44678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44678D

Black with #44678D

Text Example


Text Example

White with #44678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,103,141); }

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

background-color css

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

 a { background-color: rgb(68,103,141); }

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

border-color css

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

 span { border-color: rgb(68,103,141); }

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