Html Css Color HEX #426682 Wedgewood

📋 copy color: '#426682'

red 66 ◦ green 102 ◦ blue 130

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

Shades of Wedgewood #426682

Tints of Wedgewood #426682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.23%

 BLUE value IS 130 (51.17% from 255) = 43.62%

R = 22.15%
G = 34.23%
B = 43.62%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426682 (or 0x426682) is known color: Wedgewood. HEX triplet: 42, 66 and 82. RGB value is (66,102,130). Sum of RGB (Red+Green+Blue) = 66+102+130=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #426682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426682 is #BD997D. Grayscale: #5E5E5E. Windows color (decimal): -12425598 or 8545858. OLE color: 8545858.

HSL color Cylindrical-coordinate representation of color #426682: hue angle of 206.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426682 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 102 130 -
CMYK 0.49 0.22 0 0.49
HSL 206.25º 0.33% 0.38% -
HSV(B) 206.25º 0.49% 0.51% -
XYZ 11.03 12.27 22.91 -
YUV 94.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 66 102 130 0.49 0.22 0 0.49 206.25 0.33 0.38
Hex 42 66 82 31 16 0 31 CE 21 26
Octal 102 146 202 61 26 0 61 316 41 46
Binary 1000010 1100110 10000010 110001 10110 0 110001 11001110 100001 100110

Color Harmonies of #426682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426682

Black with #426682

Text Example


Text Example

White with #426682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426682; }

 p { color: rgb(66,102,130); }

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

background-color css

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

 a { background-color: rgb(66,102,130); }

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

border-color css

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

 span { border-color: rgb(66,102,130); }

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