Html Css Color HEX #426085 Wedgewood

📋 copy color: '#426085'

red 66 ◦ green 96 ◦ blue 133

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

Shades of Wedgewood #426085

Tints of Wedgewood #426085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 22.37%
G = 32.54%
B = 45.08%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#426085 (or 0x426085) is known color: Wedgewood. HEX triplet: 42, 60 and 85. RGB value is (66,96,133). Sum of RGB (Red+Green+Blue) = 66+96+133=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #426085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426085 is #BD9F7A. Grayscale: #5B5B5B. Windows color (decimal): -12427131 or 8740930. OLE color: 8740930.

HSL color Cylindrical-coordinate representation of color #426085: hue angle of 213.13º degrees, saturation: 0.34, 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 #426085 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 96 133 -
CMYK 0.50 0.28 0 0.48
HSL 213.13º 0.34% 0.39% -
HSV(B) 213.13º 0.5% 0.52% -
XYZ 10.66 11.22 23.79 -
YUV 91.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 66 96 133 0.50 0.28 0 0.48 213.13 0.34 0.39
Hex 42 60 85 32 1C 0 30 D5 22 27
Octal 102 140 205 62 34 0 60 325 42 47
Binary 1000010 1100000 10000101 110010 11100 0 110000 11010101 100010 100111

Color Harmonies of #426085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426085

Black with #426085

Text Example


Text Example

White with #426085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426085; }

 p { color: rgb(66,96,133); }

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

background-color css

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

 a { background-color: rgb(66,96,133); }

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

border-color css

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

 span { border-color: rgb(66,96,133); }

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