Html Css Color HEX #426992 Wedgewood

📋 copy color: '#426992'

red 66 ◦ green 105 ◦ blue 146

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

Shades of Wedgewood #426992

Tints of Wedgewood #426992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 20.82%
G = 33.12%
B = 46.06%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426992 (or 0x426992) is known color: Wedgewood. HEX triplet: 42, 69 and 92. RGB value is (66,105,146). Sum of RGB (Red+Green+Blue) = 66+105+146=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #426992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426992 is #BD966D. Grayscale: #616161. Windows color (decimal): -12424814 or 9595202. OLE color: 9595202.

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

Color convert

RGB 66 105 146 -
CMYK 0.55 0.28 0 0.43
HSL 210.75º 0.38% 0.42% -
HSV(B) 210.75º 0.55% 0.57% -
XYZ 12.49 13.34 29.11 -
YUV 98.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 66 105 146 0.55 0.28 0 0.43 210.75 0.38 0.42
Hex 42 69 92 37 1C 0 2B D3 26 2A
Octal 102 151 222 67 34 0 53 323 46 52
Binary 1000010 1101001 10010010 110111 11100 0 101011 11010011 100110 101010

Color Harmonies of #426992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426992

Black with #426992

Text Example


Text Example

White with #426992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426992; }

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

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

background-color css

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

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

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

border-color css

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

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

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