Html Css Color HEX #426184 Wedgewood

📋 copy color: '#426184'

red 66 ◦ green 97 ◦ blue 132

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

Shades of Wedgewood #426184

Tints of Wedgewood #426184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

 BLUE value IS 132 (51.95% from 255) = 44.75%

R = 22.37%
G = 32.88%
B = 44.75%

CMYK

 C value IS 0.5

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#426184 (or 0x426184) is known color: Wedgewood. HEX triplet: 42, 61 and 84. RGB value is (66,97,132). Sum of RGB (Red+Green+Blue) = 66+97+132=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #426184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426184 is #BD9E7B. Grayscale: #5B5B5B. Windows color (decimal): -12426876 or 8675650. OLE color: 8675650.

HSL color Cylindrical-coordinate representation of color #426184: hue angle of 211.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426184 is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 97 132 -
CMYK 0.5 0.27 0 0.48
HSL 211.82º 0.33% 0.39% -
HSV(B) 211.82º 0.5% 0.52% -
XYZ 10.69 11.37 23.46 -
YUV 91.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 66 97 132 0.5 0.27 0 0.48 211.82 0.33 0.39
Hex 42 61 84 32 1B 0 30 D4 21 27
Octal 102 141 204 62 33 0 60 324 41 47
Binary 1000010 1100001 10000100 110010 11011 0 110000 11010100 100001 100111

Color Harmonies of #426184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426184

Black with #426184

Text Example


Text Example

White with #426184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426184; }

 p { color: rgb(66,97,132); }

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

background-color css

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

 a { background-color: rgb(66,97,132); }

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

border-color css

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

 span { border-color: rgb(66,97,132); }

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