Html Css Color HEX #426994 Wedgewood

📋 copy color: '#426994'

red 66 ◦ green 105 ◦ blue 148

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

Shades of Wedgewood #426994

Tints of Wedgewood #426994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

 BLUE value IS 148 (58.2% from 255) = 46.39%

R = 20.69%
G = 32.92%
B = 46.39%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426994 (or 0x426994) is known color: Wedgewood. HEX triplet: 42, 69 and 94. RGB value is (66,105,148). Sum of RGB (Red+Green+Blue) = 66+105+148=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #426994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426994 is #BD966B. Grayscale: #626262. Windows color (decimal): -12424812 or 9726274. OLE color: 9726274.

HSL color Cylindrical-coordinate representation of color #426994: hue angle of 211.46º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426994 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 105 148 -
CMYK 0.55 0.29 0 0.42
HSL 211.46º 0.38% 0.42% -
HSV(B) 211.46º 0.55% 0.58% -
XYZ 12.64 13.4 29.94 -
YUV 98.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 66 105 148 0.55 0.29 0 0.42 211.46 0.38 0.42
Hex 42 69 94 37 1D 0 2A D3 26 2A
Octal 102 151 224 67 35 0 52 323 46 52
Binary 1000010 1101001 10010100 110111 11101 0 101010 11010011 100110 101010

Color Harmonies of #426994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426994

Black with #426994

Text Example


Text Example

White with #426994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426994; }

 p { color: rgb(66,105,148); }

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

background-color css

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

 a { background-color: rgb(66,105,148); }

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

border-color css

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

 span { border-color: rgb(66,105,148); }

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