Html Css Color HEX #42678C Wedgewood

📋 copy color: '#42678C'

red 66 ◦ green 103 ◦ blue 140

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

Shades of Wedgewood #42678C

Tints of Wedgewood #42678C

RGB

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

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

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

R = 21.36%
G = 33.33%
B = 45.31%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42678C (or 0x42678C) is known color: Wedgewood. HEX triplet: 42, 67 and 8C. RGB value is (66,103,140). Sum of RGB (Red+Green+Blue) = 66+103+140=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #42678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42678C is #BD9873. Grayscale: #5F5F5F. Windows color (decimal): -12425332 or 9201474. OLE color: 9201474.

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

Color convert

RGB 66 103 140 -
CMYK 0.53 0.26 0 0.45
HSL 210º 0.36% 0.4% -
HSV(B) 210º 0.53% 0.55% -
XYZ 11.83 12.75 26.65 -
YUV 96.16 152.74 106.49 -
System Red Green Blue C M Y K H S L
Decimal 66 103 140 0.53 0.26 0 0.45 210 0.36 0.4
Hex 42 67 8C 35 1A 0 2D D2 24 28
Octal 102 147 214 65 32 0 55 322 44 50
Binary 1000010 1100111 10001100 110101 11010 0 101101 11010010 100100 101000

Color Harmonies of #42678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42678C

Black with #42678C

Text Example


Text Example

White with #42678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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