Html Css Color HEX #43668C Wedgewood

📋 copy color: '#43668C'

red 67 ◦ green 102 ◦ blue 140

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

Shades of Wedgewood #43668C

Tints of Wedgewood #43668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 21.68%
G = 33.01%
B = 45.31%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43668C (or 0x43668C) is known color: Wedgewood. HEX triplet: 43, 66 and 8C. RGB value is (67,102,140). Sum of RGB (Red+Green+Blue) = 67+102+140=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #43668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43668C is #BC9973. Grayscale: #5F5F5F. Windows color (decimal): -12360052 or 9201219. OLE color: 9201219.

HSL color Cylindrical-coordinate representation of color #43668C: hue angle of 211.23º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43668C is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 102 140 -
CMYK 0.52 0.27 0 0.45
HSL 211.23º 0.35% 0.41% -
HSV(B) 211.23º 0.52% 0.55% -
XYZ 11.8 12.59 26.62 -
YUV 95.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 67 102 140 0.52 0.27 0 0.45 211.23 0.35 0.41
Hex 43 66 8C 34 1B 0 2D D3 23 29
Octal 103 146 214 64 33 0 55 323 43 51
Binary 1000011 1100110 10001100 110100 11011 0 101101 11010011 100011 101001

Color Harmonies of #43668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43668C

Black with #43668C

Text Example


Text Example

White with #43668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43668C; }

 p { color: rgb(67,102,140); }

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

background-color css

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

 a { background-color: rgb(67,102,140); }

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

border-color css

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

 span { border-color: rgb(67,102,140); }

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