Html Css Color HEX #426782 Wedgewood

📋 copy color: '#426782'

red 66 ◦ green 103 ◦ blue 130

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

Shades of Wedgewood #426782

Tints of Wedgewood #426782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 22.07%
G = 34.45%
B = 43.48%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426782 (or 0x426782) is known color: Wedgewood. HEX triplet: 42, 67 and 82. RGB value is (66,103,130). Sum of RGB (Red+Green+Blue) = 66+103+130=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #426782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426782 is #BD987D. Grayscale: #5E5E5E. Windows color (decimal): -12425342 or 8546114. OLE color: 8546114.

HSL color Cylindrical-coordinate representation of color #426782: hue angle of 205.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426782 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 103 130 -
CMYK 0.49 0.21 0 0.49
HSL 205.31º 0.33% 0.38% -
HSV(B) 205.31º 0.49% 0.51% -
XYZ 11.13 12.47 22.94 -
YUV 95.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 66 103 130 0.49 0.21 0 0.49 205.31 0.33 0.38
Hex 42 67 82 31 15 0 31 CD 21 26
Octal 102 147 202 61 25 0 61 315 41 46
Binary 1000010 1100111 10000010 110001 10101 0 110001 11001101 100001 100110

Color Harmonies of #426782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426782

Black with #426782

Text Example


Text Example

White with #426782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426782; }

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

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

background-color css

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

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

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

border-color css

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

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

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