Html Css Color HEX #42628C Wedgewood

📋 copy color: '#42628C'

red 66 ◦ green 98 ◦ blue 140

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

Shades of Wedgewood #42628C

Tints of Wedgewood #42628C

RGB

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

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

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

R = 21.71%
G = 32.24%
B = 46.05%

CMYK

 C value IS 0.53

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42628C (or 0x42628C) is known color: Wedgewood. HEX triplet: 42, 62 and 8C. RGB value is (66,98,140). Sum of RGB (Red+Green+Blue) = 66+98+140=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #42628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42628C is #BD9D73. Grayscale: #5D5D5D. Windows color (decimal): -12426612 or 9200194. OLE color: 9200194.

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

Color convert

RGB 66 98 140 -
CMYK 0.53 0.3 0 0.45
HSL 214.05º 0.36% 0.4% -
HSV(B) 214.05º 0.53% 0.55% -
XYZ 11.35 11.79 26.49 -
YUV 93.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 66 98 140 0.53 0.3 0 0.45 214.05 0.36 0.4
Hex 42 62 8C 35 1E 0 2D D6 24 28
Octal 102 142 214 65 36 0 55 326 44 50
Binary 1000010 1100010 10001100 110101 11110 0 101101 11010110 100100 101000

Color Harmonies of #42628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42628C

Black with #42628C

Text Example


Text Example

White with #42628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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