Html Css Color HEX #426887 Wedgewood

📋 copy color: '#426887'

red 66 ◦ green 104 ◦ blue 135

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

Shades of Wedgewood #426887

Tints of Wedgewood #426887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 21.64%
G = 34.1%
B = 44.26%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#426887 (or 0x426887) is known color: Wedgewood. HEX triplet: 42, 68 and 87. RGB value is (66,104,135). Sum of RGB (Red+Green+Blue) = 66+104+135=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #426887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426887 is #BD9778. Grayscale: #606060. Windows color (decimal): -12425081 or 8874050. OLE color: 8874050.

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

Color convert

RGB 66 104 135 -
CMYK 0.51 0.23 0 0.47
HSL 206.96º 0.34% 0.39% -
HSV(B) 206.96º 0.51% 0.53% -
XYZ 11.57 12.81 24.78 -
YUV 96.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 66 104 135 0.51 0.23 0 0.47 206.96 0.34 0.39
Hex 42 68 87 33 17 0 2F CF 22 27
Octal 102 150 207 63 27 0 57 317 42 47
Binary 1000010 1101000 10000111 110011 10111 0 101111 11001111 100010 100111

Color Harmonies of #426887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426887

Black with #426887

Text Example


Text Example

White with #426887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426887; }

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

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

background-color css

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

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

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

border-color css

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

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

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