Html Css Color HEX #42688B Wedgewood

📋 copy color: '#42688B'

red 66 ◦ green 104 ◦ blue 139

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

Shades of Wedgewood #42688B

Tints of Wedgewood #42688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

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

R = 21.36%
G = 33.66%
B = 44.98%

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

#42688B (or 0x42688B) is known color: Wedgewood. HEX triplet: 42, 68 and 8B. RGB value is (66,104,139). Sum of RGB (Red+Green+Blue) = 66+104+139=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #42688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42688B is #BD9774. Grayscale: #606060. Windows color (decimal): -12425077 or 9136194. OLE color: 9136194.

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

Color convert

RGB 66 104 139 -
CMYK 0.53 0.25 0 0.45
HSL 208.77º 0.36% 0.4% -
HSV(B) 208.77º 0.53% 0.55% -
XYZ 11.86 12.92 26.3 -
YUV 96.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 66 104 139 0.53 0.25 0 0.45 208.77 0.36 0.4
Hex 42 68 8B 35 19 0 2D D1 24 28
Octal 102 150 213 65 31 0 55 321 44 50
Binary 1000010 1101000 10001011 110101 11001 0 101101 11010001 100100 101000

Color Harmonies of #42688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42688B

Black with #42688B

Text Example


Text Example

White with #42688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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