Html Css Color HEX #426488 Wedgewood

📋 copy color: '#426488'

red 66 ◦ green 100 ◦ blue 136

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

Shades of Wedgewood #426488

Tints of Wedgewood #426488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 21.85%
G = 33.11%
B = 45.03%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#426488 (or 0x426488) is known color: Wedgewood. HEX triplet: 42, 64 and 88. RGB value is (66,100,136). Sum of RGB (Red+Green+Blue) = 66+100+136=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #426488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426488 is #BD9B77. Grayscale: #5D5D5D. Windows color (decimal): -12426104 or 8938562. OLE color: 8938562.

HSL color Cylindrical-coordinate representation of color #426488: hue angle of 210.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426488 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 100 136 -
CMYK 0.51 0.26 0 0.47
HSL 210.86º 0.35% 0.4% -
HSV(B) 210.86º 0.51% 0.53% -
XYZ 11.25 12.05 25.03 -
YUV 93.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 66 100 136 0.51 0.26 0 0.47 210.86 0.35 0.4
Hex 42 64 88 33 1A 0 2F D3 23 28
Octal 102 144 210 63 32 0 57 323 43 50
Binary 1000010 1100100 10001000 110011 11010 0 101111 11010011 100011 101000

Color Harmonies of #426488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426488

Black with #426488

Text Example


Text Example

White with #426488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426488; }

 p { color: rgb(66,100,136); }

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

background-color css

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

 a { background-color: rgb(66,100,136); }

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

border-color css

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

 span { border-color: rgb(66,100,136); }

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