Html Css Color HEX #426888 Wedgewood

📋 copy color: '#426888'

red 66 ◦ green 104 ◦ blue 136

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

Shades of Wedgewood #426888

Tints of Wedgewood #426888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

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

R = 21.57%
G = 33.99%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#426888 (or 0x426888) is known color: Wedgewood. HEX triplet: 42, 68 and 88. RGB value is (66,104,136). Sum of RGB (Red+Green+Blue) = 66+104+136=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #426888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426888 is #BD9777. Grayscale: #606060. Windows color (decimal): -12425080 or 8939586. OLE color: 8939586.

HSL color Cylindrical-coordinate representation of color #426888: hue angle of 207.43º 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 #426888 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 104 136 -
CMYK 0.51 0.24 0 0.47
HSL 207.43º 0.35% 0.4% -
HSV(B) 207.43º 0.51% 0.53% -
XYZ 11.64 12.84 25.16 -
YUV 96.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 66 104 136 0.51 0.24 0 0.47 207.43 0.35 0.4
Hex 42 68 88 33 18 0 2F CF 23 28
Octal 102 150 210 63 30 0 57 317 43 50
Binary 1000010 1101000 10001000 110011 11000 0 101111 11001111 100011 101000

Color Harmonies of #426888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426888

Black with #426888

Text Example


Text Example

White with #426888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426888; }

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

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

background-color css

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

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

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

border-color css

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

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

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