Html Css Color HEX #426188 Wedgewood

📋 copy color: '#426188'

red 66 ◦ green 97 ◦ blue 136

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

Shades of Wedgewood #426188

Tints of Wedgewood #426188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.48%

R = 22.07%
G = 32.44%
B = 45.48%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#426188 (or 0x426188) is known color: Wedgewood. HEX triplet: 42, 61 and 88. RGB value is (66,97,136). Sum of RGB (Red+Green+Blue) = 66+97+136=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #426188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426188 is #BD9E77. Grayscale: #5B5B5B. Windows color (decimal): -12426872 or 8937794. OLE color: 8937794.

HSL color Cylindrical-coordinate representation of color #426188: hue angle of 213.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426188 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 97 136 -
CMYK 0.51 0.29 0 0.47
HSL 213.43º 0.35% 0.4% -
HSV(B) 213.43º 0.51% 0.53% -
XYZ 10.97 11.49 24.93 -
YUV 92.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 66 97 136 0.51 0.29 0 0.47 213.43 0.35 0.4
Hex 42 61 88 33 1D 0 2F D5 23 28
Octal 102 141 210 63 35 0 57 325 43 50
Binary 1000010 1100001 10001000 110011 11101 0 101111 11010101 100011 101000

Color Harmonies of #426188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426188

Black with #426188

Text Example


Text Example

White with #426188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426188; }

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

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

background-color css

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

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

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

border-color css

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

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

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