Html Css Color HEX #426284 Wedgewood

📋 copy color: '#426284'

red 66 ◦ green 98 ◦ blue 132

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

Shades of Wedgewood #426284

Tints of Wedgewood #426284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 22.3%
G = 33.11%
B = 44.59%

CMYK

 C value IS 0.5

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#426284 (or 0x426284) is known color: Wedgewood. HEX triplet: 42, 62 and 84. RGB value is (66,98,132). Sum of RGB (Red+Green+Blue) = 66+98+132=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #426284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426284 is #BD9D7B. Grayscale: #5C5C5C. Windows color (decimal): -12426620 or 8675906. OLE color: 8675906.

HSL color Cylindrical-coordinate representation of color #426284: hue angle of 210.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426284 is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 98 132 -
CMYK 0.5 0.26 0 0.48
HSL 210.91º 0.33% 0.39% -
HSV(B) 210.91º 0.5% 0.52% -
XYZ 10.78 11.56 23.49 -
YUV 92.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 66 98 132 0.5 0.26 0 0.48 210.91 0.33 0.39
Hex 42 62 84 32 1A 0 30 D3 21 27
Octal 102 142 204 62 32 0 60 323 41 47
Binary 1000010 1100010 10000100 110010 11010 0 110000 11010011 100001 100111

Color Harmonies of #426284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426284

Black with #426284

Text Example


Text Example

White with #426284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426284; }

 p { color: rgb(66,98,132); }

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

background-color css

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

 a { background-color: rgb(66,98,132); }

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

border-color css

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

 span { border-color: rgb(66,98,132); }

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