Html Css Color HEX #426D92 Wedgewood

📋 copy color: '#426D92'

red 66 ◦ green 109 ◦ blue 146

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

Shades of Wedgewood #426D92

Tints of Wedgewood #426D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.96%

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

R = 20.56%
G = 33.96%
B = 45.48%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426D92 (or 0x426D92) is known color: Wedgewood. HEX triplet: 42, 6D and 92. RGB value is (66,109,146). Sum of RGB (Red+Green+Blue) = 66+109+146=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #426D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D92 is #BD926D. Grayscale: #646464. Windows color (decimal): -12423790 or 9596226. OLE color: 9596226.

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

Color convert

RGB 66 109 146 -
CMYK 0.55 0.25 0 0.43
HSL 207.75º 0.38% 0.42% -
HSV(B) 207.75º 0.55% 0.57% -
XYZ 12.9 14.17 29.25 -
YUV 100.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 66 109 146 0.55 0.25 0 0.43 207.75 0.38 0.42
Hex 42 6D 92 37 19 0 2B D0 26 2A
Octal 102 155 222 67 31 0 53 320 46 52
Binary 1000010 1101101 10010010 110111 11001 0 101011 11010000 100110 101010

Color Harmonies of #426D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D92

Black with #426D92

Text Example


Text Example

White with #426D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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