Html Css Color HEX #43618A Wedgewood

📋 copy color: '#43618A'

red 67 ◦ green 97 ◦ blue 138

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

Shades of Wedgewood #43618A

Tints of Wedgewood #43618A

RGB

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

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

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

R = 22.19%
G = 32.12%
B = 45.7%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#43618A (or 0x43618A) is known color: Wedgewood. HEX triplet: 43, 61 and 8A. RGB value is (67,97,138). Sum of RGB (Red+Green+Blue) = 67+97+138=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #43618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43618A is #BC9E75. Grayscale: #5C5C5C. Windows color (decimal): -12361334 or 9068867. OLE color: 9068867.

HSL color Cylindrical-coordinate representation of color #43618A: hue angle of 214.65º 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 #43618A is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 97 138 -
CMYK 0.51 0.30 0 0.46
HSL 214.65º 0.35% 0.4% -
HSV(B) 214.65º 0.51% 0.54% -
XYZ 11.18 11.58 25.69 -
YUV 92.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 67 97 138 0.51 0.30 0 0.46 214.65 0.35 0.4
Hex 43 61 8A 33 1E 0 2E D7 23 28
Octal 103 141 212 63 36 0 56 327 43 50
Binary 1000011 1100001 10001010 110011 11110 0 101110 11010111 100011 101000

Color Harmonies of #43618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43618A

Black with #43618A

Text Example


Text Example

White with #43618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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