Html Css Color HEX #426580 Wedgewood

📋 copy color: '#426580'

red 66 ◦ green 101 ◦ blue 128

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

Shades of Wedgewood #426580

Tints of Wedgewood #426580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

 BLUE value IS 128 (50.39% from 255) = 43.39%

R = 22.37%
G = 34.24%
B = 43.39%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#426580 (or 0x426580) is known color: Wedgewood. HEX triplet: 42, 65 and 80. RGB value is (66,101,128). Sum of RGB (Red+Green+Blue) = 66+101+128=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #426580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426580 is #BD9A7F. Grayscale: #5D5D5D. Windows color (decimal): -12425856 or 8414530. OLE color: 8414530.

HSL color Cylindrical-coordinate representation of color #426580: hue angle of 206.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426580 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 101 128 -
CMYK 0.48 0.21 0 0.50
HSL 206.13º 0.32% 0.38% -
HSV(B) 206.13º 0.48% 0.5% -
XYZ 10.8 12.02 22.17 -
YUV 93.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 66 101 128 0.48 0.21 0 0.50 206.13 0.32 0.38
Hex 42 65 80 30 15 0 32 CE 20 26
Octal 102 145 200 60 25 0 62 316 40 46
Binary 1000010 1100101 10000000 110000 10101 0 110010 11001110 100000 100110

Color Harmonies of #426580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426580

Black with #426580

Text Example


Text Example

White with #426580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426580; }

 p { color: rgb(66,101,128); }

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

background-color css

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

 a { background-color: rgb(66,101,128); }

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

border-color css

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

 span { border-color: rgb(66,101,128); }

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