Html Css Color HEX #42628B Wedgewood

📋 copy color: '#42628B'

red 66 ◦ green 98 ◦ blue 139

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

Shades of Wedgewood #42628B

Tints of Wedgewood #42628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.87%

R = 21.78%
G = 32.34%
B = 45.87%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42628B (or 0x42628B) is known color: Wedgewood. HEX triplet: 42, 62 and 8B. RGB value is (66,98,139). Sum of RGB (Red+Green+Blue) = 66+98+139=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #42628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42628B is #BD9D74. Grayscale: #5C5C5C. Windows color (decimal): -12426613 or 9134658. OLE color: 9134658.

HSL color Cylindrical-coordinate representation of color #42628B: hue angle of 213.7º 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 #42628B is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 98 139 -
CMYK 0.53 0.29 0 0.45
HSL 213.7º 0.36% 0.4% -
HSV(B) 213.7º 0.53% 0.55% -
XYZ 11.27 11.76 26.1 -
YUV 93.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 66 98 139 0.53 0.29 0 0.45 213.7 0.36 0.4
Hex 42 62 8B 35 1D 0 2D D6 24 28
Octal 102 142 213 65 35 0 55 326 44 50
Binary 1000010 1100010 10001011 110101 11101 0 101101 11010110 100100 101000

Color Harmonies of #42628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42628B

Black with #42628B

Text Example


Text Example

White with #42628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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