Html Css Color HEX #426784 Wedgewood

📋 copy color: '#426784'

red 66 ◦ green 103 ◦ blue 132

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

Shades of Wedgewood #426784

Tints of Wedgewood #426784

RGB

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

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

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

R = 21.93%
G = 34.22%
B = 43.85%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#426784 (or 0x426784) is known color: Wedgewood. HEX triplet: 42, 67 and 84. RGB value is (66,103,132). Sum of RGB (Red+Green+Blue) = 66+103+132=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #426784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426784 is #BD987B. Grayscale: #5F5F5F. Windows color (decimal): -12425340 or 8677186. OLE color: 8677186.

HSL color Cylindrical-coordinate representation of color #426784: hue angle of 206.36º 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 #426784 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 103 132 -
CMYK 0.5 0.22 0 0.48
HSL 206.36º 0.33% 0.39% -
HSV(B) 206.36º 0.5% 0.52% -
XYZ 11.26 12.52 23.65 -
YUV 95.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 66 103 132 0.5 0.22 0 0.48 206.36 0.33 0.39
Hex 42 67 84 32 16 0 30 CE 21 27
Octal 102 147 204 62 26 0 60 316 41 47
Binary 1000010 1100111 10000100 110010 10110 0 110000 11001110 100001 100111

Color Harmonies of #426784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426784

Black with #426784

Text Example


Text Example

White with #426784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426784; }

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

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

background-color css

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

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

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

border-color css

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

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

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