Html Css Color HEX #42628D Wedgewood

📋 copy color: '#42628D'

red 66 ◦ green 98 ◦ blue 141

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

Shades of Wedgewood #42628D

Tints of Wedgewood #42628D

RGB

 RED value IS 66 (26.17% from 255) = 21.64%

 GREEN value IS 98 (38.67% from 255) = 32.13%

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

R = 21.64%
G = 32.13%
B = 46.23%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42628D (or 0x42628D) is known color: Wedgewood. HEX triplet: 42, 62 and 8D. RGB value is (66,98,141). Sum of RGB (Red+Green+Blue) = 66+98+141=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #42628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42628D is #BD9D72. Grayscale: #5D5D5D. Windows color (decimal): -12426611 or 9265730. OLE color: 9265730.

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

Color convert

RGB 66 98 141 -
CMYK 0.53 0.30 0 0.45
HSL 214.4º 0.36% 0.41% -
HSV(B) 214.4º 0.53% 0.55% -
XYZ 11.42 11.82 26.88 -
YUV 93.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 66 98 141 0.53 0.30 0 0.45 214.4 0.36 0.41
Hex 42 62 8D 35 1E 0 2D D6 24 29
Octal 102 142 215 65 36 0 55 326 44 51
Binary 1000010 1100010 10001101 110101 11110 0 101101 11010110 100100 101001

Color Harmonies of #42628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42628D

Black with #42628D

Text Example


Text Example

White with #42628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,98,141); }

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

background-color css

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

 a { background-color: rgb(66,98,141); }

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

border-color css

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

 span { border-color: rgb(66,98,141); }

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