Html Css Color HEX #436382 Wedgewood

📋 copy color: '#436382'

red 67 ◦ green 99 ◦ blue 130

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

Shades of Wedgewood #436382

Tints of Wedgewood #436382

RGB

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

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

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

R = 22.64%
G = 33.45%
B = 43.92%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#436382 (or 0x436382) is known color: Wedgewood. HEX triplet: 43, 63 and 82. RGB value is (67,99,130). Sum of RGB (Red+Green+Blue) = 67+99+130=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #436382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436382 is #BC9C7D. Grayscale: #5C5C5C. Windows color (decimal): -12360830 or 8545091. OLE color: 8545091.

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

Color convert

RGB 67 99 130 -
CMYK 0.48 0.24 0 0.49
HSL 209.52º 0.32% 0.39% -
HSV(B) 209.52º 0.48% 0.51% -
XYZ 10.81 11.73 22.81 -
YUV 92.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 67 99 130 0.48 0.24 0 0.49 209.52 0.32 0.39
Hex 43 63 82 30 18 0 31 D2 20 27
Octal 103 143 202 60 30 0 61 322 40 47
Binary 1000011 1100011 10000010 110000 11000 0 110001 11010010 100000 100111

Color Harmonies of #436382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436382

Black with #436382

Text Example


Text Example

White with #436382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436382; }

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

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

background-color css

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

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

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

border-color css

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

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

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