Html Css Color HEX #426C8A Wedgewood

📋 copy color: '#426C8A'

red 66 ◦ green 108 ◦ blue 138

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

Shades of Wedgewood #426C8A

Tints of Wedgewood #426C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

 BLUE value IS 138 (54.3% from 255) = 44.23%

R = 21.15%
G = 34.62%
B = 44.23%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#426C8A (or 0x426C8A) is known color: Wedgewood. HEX triplet: 42, 6C and 8A. RGB value is (66,108,138). Sum of RGB (Red+Green+Blue) = 66+108+138=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #426C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C8A is #BD9375. Grayscale: #626262. Windows color (decimal): -12424054 or 9071682. OLE color: 9071682.

HSL color Cylindrical-coordinate representation of color #426C8A: hue angle of 205º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #426C8A is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 108 138 -
CMYK 0.52 0.22 0 0.46
HSL 205º 0.35% 0.4% -
HSV(B) 205º 0.52% 0.54% -
XYZ 12.2 13.72 26.05 -
YUV 98.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 66 108 138 0.52 0.22 0 0.46 205 0.35 0.4
Hex 42 6C 8A 34 16 0 2E CD 23 28
Octal 102 154 212 64 26 0 56 315 43 50
Binary 1000010 1101100 10001010 110100 10110 0 101110 11001101 100011 101000

Color Harmonies of #426C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C8A

Black with #426C8A

Text Example


Text Example

White with #426C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,138); }

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

background-color css

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

 a { background-color: rgb(66,108,138); }

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

border-color css

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

 span { border-color: rgb(66,108,138); }

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