Html Css Color HEX #42668E Wedgewood

📋 copy color: '#42668E'

red 66 ◦ green 102 ◦ blue 142

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

Shades of Wedgewood #42668E

Tints of Wedgewood #42668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 21.29%
G = 32.9%
B = 45.81%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42668E (or 0x42668E) is known color: Wedgewood. HEX triplet: 42, 66 and 8E. RGB value is (66,102,142). Sum of RGB (Red+Green+Blue) = 66+102+142=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #42668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42668E is #BD9971. Grayscale: #5F5F5F. Windows color (decimal): -12425586 or 9332290. OLE color: 9332290.

HSL color Cylindrical-coordinate representation of color #42668E: hue angle of 211.58º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42668E is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 102 142 -
CMYK 0.54 0.28 0 0.44
HSL 211.58º 0.37% 0.41% -
HSV(B) 211.58º 0.54% 0.56% -
XYZ 11.88 12.61 27.4 -
YUV 95.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 66 102 142 0.54 0.28 0 0.44 211.58 0.37 0.41
Hex 42 66 8E 36 1C 0 2C D4 25 29
Octal 102 146 216 66 34 0 54 324 45 51
Binary 1000010 1100110 10001110 110110 11100 0 101100 11010100 100101 101001

Color Harmonies of #42668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42668E

Black with #42668E

Text Example


Text Example

White with #42668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42668E; }

 p { color: rgb(66,102,142); }

 H1.HeaderClassName
 {
   color: #42668E;
 }
 .AnyTagClassName
 {
   color: #42668E;
 }
</style>

background-color css

<style>
 a { background-color: #42668E; }

 a { background-color: rgb(66,102,142); }

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

border-color css

<style>
 span { border-color: #42668E; }

 span { border-color: rgb(66,102,142); }

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