Html Css Color HEX #44678C Wedgewood

📋 copy color: '#44678C'

red 68 ◦ green 103 ◦ blue 140

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

Shades of Wedgewood #44678C

Tints of Wedgewood #44678C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 21.86%
G = 33.12%
B = 45.02%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44678C (or 0x44678C) is known color: Wedgewood. HEX triplet: 44, 67 and 8C. RGB value is (68,103,140). Sum of RGB (Red+Green+Blue) = 68+103+140=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #44678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44678C is #BB9873. Grayscale: #606060. Windows color (decimal): -12294260 or 9201476. OLE color: 9201476.

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

Color convert

RGB 68 103 140 -
CMYK 0.51 0.26 0 0.45
HSL 210.83º 0.35% 0.41% -
HSV(B) 210.83º 0.51% 0.55% -
XYZ 11.97 12.82 26.66 -
YUV 96.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 68 103 140 0.51 0.26 0 0.45 210.83 0.35 0.41
Hex 44 67 8C 33 1A 0 2D D3 23 29
Octal 104 147 214 63 32 0 55 323 43 51
Binary 1000100 1100111 10001100 110011 11010 0 101101 11010011 100011 101001

Color Harmonies of #44678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44678C

Black with #44678C

Text Example


Text Example

White with #44678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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