Html Css Color HEX #42678D Wedgewood

📋 copy color: '#42678D'

red 66 ◦ green 103 ◦ blue 141

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

Shades of Wedgewood #42678D

Tints of Wedgewood #42678D

RGB

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

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

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

R = 21.29%
G = 33.23%
B = 45.48%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42678D (or 0x42678D) is known color: Wedgewood. HEX triplet: 42, 67 and 8D. RGB value is (66,103,141). Sum of RGB (Red+Green+Blue) = 66+103+141=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #42678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42678D is #BD9872. Grayscale: #606060. Windows color (decimal): -12425331 or 9267010. OLE color: 9267010.

HSL color Cylindrical-coordinate representation of color #42678D: hue angle of 210.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 #42678D is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 103 141 -
CMYK 0.53 0.27 0 0.45
HSL 210.4º 0.36% 0.41% -
HSV(B) 210.4º 0.53% 0.55% -
XYZ 11.9 12.78 27.04 -
YUV 96.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 66 103 141 0.53 0.27 0 0.45 210.4 0.36 0.41
Hex 42 67 8D 35 1B 0 2D D2 24 29
Octal 102 147 215 65 33 0 55 322 44 51
Binary 1000010 1100111 10001101 110101 11011 0 101101 11010010 100100 101001

Color Harmonies of #42678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42678D

Black with #42678D

Text Example


Text Example

White with #42678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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