Html Css Color HEX #42608D Wedgewood

📋 copy color: '#42608D'

red 66 ◦ green 96 ◦ blue 141

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

Shades of Wedgewood #42608D

Tints of Wedgewood #42608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

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

R = 21.78%
G = 31.68%
B = 46.53%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42608D (or 0x42608D) is known color: Wedgewood. HEX triplet: 42, 60 and 8D. RGB value is (66,96,141). Sum of RGB (Red+Green+Blue) = 66+96+141=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #42608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42608D is #BD9F72. Grayscale: #5B5B5B. Windows color (decimal): -12427123 or 9265218. OLE color: 9265218.

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

Color convert

RGB 66 96 141 -
CMYK 0.53 0.32 0 0.45
HSL 216º 0.36% 0.41% -
HSV(B) 216º 0.53% 0.55% -
XYZ 11.24 11.45 26.82 -
YUV 92.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 66 96 141 0.53 0.32 0 0.45 216 0.36 0.41
Hex 42 60 8D 35 20 0 2D D8 24 29
Octal 102 140 215 65 40 0 55 330 44 51
Binary 1000010 1100000 10001101 110101 100000 0 101101 11011000 100100 101001

Color Harmonies of #42608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42608D

Black with #42608D

Text Example


Text Example

White with #42608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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