Html Css Color HEX #43628A Wedgewood

📋 copy color: '#43628A'

red 67 ◦ green 98 ◦ blue 138

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

Shades of Wedgewood #43628A

Tints of Wedgewood #43628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.34%

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 22.11%
G = 32.34%
B = 45.54%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#43628A (or 0x43628A) is known color: Wedgewood. HEX triplet: 43, 62 and 8A. RGB value is (67,98,138). Sum of RGB (Red+Green+Blue) = 67+98+138=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #43628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43628A is #BC9D75. Grayscale: #5D5D5D. Windows color (decimal): -12361078 or 9069123. OLE color: 9069123.

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

Color convert

RGB 67 98 138 -
CMYK 0.51 0.29 0 0.46
HSL 213.8º 0.35% 0.4% -
HSV(B) 213.8º 0.51% 0.54% -
XYZ 11.27 11.76 25.72 -
YUV 93.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 67 98 138 0.51 0.29 0 0.46 213.8 0.35 0.4
Hex 43 62 8A 33 1D 0 2E D6 23 28
Octal 103 142 212 63 35 0 56 326 43 50
Binary 1000011 1100010 10001010 110011 11101 0 101110 11010110 100011 101000

Color Harmonies of #43628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43628A

Black with #43628A

Text Example


Text Example

White with #43628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43628A; }

 p { color: rgb(67,98,138); }

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

background-color css

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

 a { background-color: rgb(67,98,138); }

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

border-color css

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

 span { border-color: rgb(67,98,138); }

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