Html Css Color HEX #42698C Wedgewood

📋 copy color: '#42698C'

red 66 ◦ green 105 ◦ blue 140

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

Shades of Wedgewood #42698C

Tints of Wedgewood #42698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

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

R = 21.22%
G = 33.76%
B = 45.02%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42698C (or 0x42698C) is known color: Wedgewood. HEX triplet: 42, 69 and 8C. RGB value is (66,105,140). Sum of RGB (Red+Green+Blue) = 66+105+140=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #42698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42698C is #BD9673. Grayscale: #616161. Windows color (decimal): -12424820 or 9201986. OLE color: 9201986.

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

Color convert

RGB 66 105 140 -
CMYK 0.53 0.25 0 0.45
HSL 208.38º 0.36% 0.4% -
HSV(B) 208.38º 0.53% 0.55% -
XYZ 12.03 13.15 26.72 -
YUV 97.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 66 105 140 0.53 0.25 0 0.45 208.38 0.36 0.4
Hex 42 69 8C 35 19 0 2D D0 24 28
Octal 102 151 214 65 31 0 55 320 44 50
Binary 1000010 1101001 10001100 110101 11001 0 101101 11010000 100100 101000

Color Harmonies of #42698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42698C

Black with #42698C

Text Example


Text Example

White with #42698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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