Html Css Color HEX #426F94 Wedgewood

📋 copy color: '#426F94'

red 66 ◦ green 111 ◦ blue 148

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

Shades of Wedgewood #426F94

Tints of Wedgewood #426F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

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

R = 20.31%
G = 34.15%
B = 45.54%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426F94 (or 0x426F94) is known color: Wedgewood. HEX triplet: 42, 6F and 94. RGB value is (66,111,148). Sum of RGB (Red+Green+Blue) = 66+111+148=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #426F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F94 is #BD906B. Grayscale: #656565. Windows color (decimal): -12423276 or 9727810. OLE color: 9727810.

HSL color Cylindrical-coordinate representation of color #426F94: hue angle of 207.07º 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 #426F94 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 111 148 -
CMYK 0.55 0.25 0 0.42
HSL 207.07º 0.38% 0.42% -
HSV(B) 207.07º 0.55% 0.58% -
XYZ 13.28 14.67 30.15 -
YUV 101.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 66 111 148 0.55 0.25 0 0.42 207.07 0.38 0.42
Hex 42 6F 94 37 19 0 2A CF 26 2A
Octal 102 157 224 67 31 0 52 317 46 52
Binary 1000010 1101111 10010100 110111 11001 0 101010 11001111 100110 101010

Color Harmonies of #426F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F94

Black with #426F94

Text Example


Text Example

White with #426F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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