Html Css Color HEX #426C8D Wedgewood

📋 copy color: '#426C8D'

red 66 ◦ green 108 ◦ blue 141

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

Shades of Wedgewood #426C8D

Tints of Wedgewood #426C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 20.95%
G = 34.29%
B = 44.76%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#426C8D (or 0x426C8D) is known color: Wedgewood. HEX triplet: 42, 6C and 8D. RGB value is (66,108,141). Sum of RGB (Red+Green+Blue) = 66+108+141=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #426C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C8D is #BD9372. Grayscale: #636363. Windows color (decimal): -12424051 or 9268290. OLE color: 9268290.

HSL color Cylindrical-coordinate representation of color #426C8D: hue angle of 206.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #426C8D is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 108 141 -
CMYK 0.53 0.23 0 0.45
HSL 206.4º 0.36% 0.41% -
HSV(B) 206.4º 0.53% 0.55% -
XYZ 12.42 13.81 27.21 -
YUV 99.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 66 108 141 0.53 0.23 0 0.45 206.4 0.36 0.41
Hex 42 6C 8D 35 17 0 2D CE 24 29
Octal 102 154 215 65 27 0 55 316 44 51
Binary 1000010 1101100 10001101 110101 10111 0 101101 11001110 100100 101001

Color Harmonies of #426C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C8D

Black with #426C8D

Text Example


Text Example

White with #426C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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