Html Css Color HEX #436882 Wedgewood

📋 copy color: '#436882'

red 67 ◦ green 104 ◦ blue 130

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

Shades of Wedgewood #436882

Tints of Wedgewood #436882

RGB

 RED value IS 67 (26.56% from 255) = 22.26%

 GREEN value IS 104 (41.02% from 255) = 34.55%

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

R = 22.26%
G = 34.55%
B = 43.19%

CMYK

 C value IS 0.48

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#436882 (or 0x436882) is known color: Wedgewood. HEX triplet: 43, 68 and 82. RGB value is (67,104,130). Sum of RGB (Red+Green+Blue) = 67+104+130=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #436882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436882 is #BC977D. Grayscale: #5F5F5F. Windows color (decimal): -12359550 or 8546371. OLE color: 8546371.

HSL color Cylindrical-coordinate representation of color #436882: hue angle of 204.76º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #436882 is Cyan = 0.48, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 104 130 -
CMYK 0.48 0.2 0 0.49
HSL 204.76º 0.32% 0.39% -
HSV(B) 204.76º 0.48% 0.51% -
XYZ 11.29 12.71 22.98 -
YUV 95.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 67 104 130 0.48 0.2 0 0.49 204.76 0.32 0.39
Hex 43 68 82 30 14 0 31 CD 20 27
Octal 103 150 202 60 24 0 61 315 40 47
Binary 1000011 1101000 10000010 110000 10100 0 110001 11001101 100000 100111

Color Harmonies of #436882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436882

Black with #436882

Text Example


Text Example

White with #436882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436882; }

 p { color: rgb(67,104,130); }

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

background-color css

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

 a { background-color: rgb(67,104,130); }

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

border-color css

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

 span { border-color: rgb(67,104,130); }

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