Html Css Color HEX #426791 Wedgewood

📋 copy color: '#426791'

red 66 ◦ green 103 ◦ blue 145

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

Shades of Wedgewood #426791

Tints of Wedgewood #426791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 21.02%
G = 32.8%
B = 46.18%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426791 (or 0x426791) is known color: Wedgewood. HEX triplet: 42, 67 and 91. RGB value is (66,103,145). Sum of RGB (Red+Green+Blue) = 66+103+145=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #426791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426791 is #BD986E. Grayscale: #606060. Windows color (decimal): -12425327 or 9529154. OLE color: 9529154.

HSL color Cylindrical-coordinate representation of color #426791: hue angle of 211.9º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426791 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 103 145 -
CMYK 0.54 0.29 0 0.43
HSL 211.9º 0.37% 0.41% -
HSV(B) 211.9º 0.54% 0.57% -
XYZ 12.21 12.9 28.64 -
YUV 96.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 66 103 145 0.54 0.29 0 0.43 211.9 0.37 0.41
Hex 42 67 91 36 1D 0 2B D4 25 29
Octal 102 147 221 66 35 0 53 324 45 51
Binary 1000010 1100111 10010001 110110 11101 0 101011 11010100 100101 101001

Color Harmonies of #426791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426791

Black with #426791

Text Example


Text Example

White with #426791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426791; }

 p { color: rgb(66,103,145); }

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

background-color css

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

 a { background-color: rgb(66,103,145); }

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

border-color css

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

 span { border-color: rgb(66,103,145); }

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