Html Css Color HEX #426384 Wedgewood

📋 copy color: '#426384'

red 66 ◦ green 99 ◦ blue 132

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

Shades of Wedgewood #426384

Tints of Wedgewood #426384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

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

R = 22.22%
G = 33.33%
B = 44.44%

CMYK

 C value IS 0.5

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#426384 (or 0x426384) is known color: Wedgewood. HEX triplet: 42, 63 and 84. RGB value is (66,99,132). Sum of RGB (Red+Green+Blue) = 66+99+132=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #426384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426384 is #BD9C7B. Grayscale: #5C5C5C. Windows color (decimal): -12426364 or 8676162. OLE color: 8676162.

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

Color convert

RGB 66 99 132 -
CMYK 0.5 0.25 0 0.48
HSL 210º 0.33% 0.39% -
HSV(B) 210º 0.5% 0.52% -
XYZ 10.87 11.75 23.52 -
YUV 92.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 66 99 132 0.5 0.25 0 0.48 210 0.33 0.39
Hex 42 63 84 32 19 0 30 D2 21 27
Octal 102 143 204 62 31 0 60 322 41 47
Binary 1000010 1100011 10000100 110010 11001 0 110000 11010010 100001 100111

Color Harmonies of #426384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426384

Black with #426384

Text Example


Text Example

White with #426384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426384; }

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

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

background-color css

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

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

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

border-color css

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

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

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