Html Css Color HEX #43668F Wedgewood

📋 copy color: '#43668F'

red 67 ◦ green 102 ◦ blue 143

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

Shades of Wedgewood #43668F

Tints of Wedgewood #43668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.83%

R = 21.47%
G = 32.69%
B = 45.83%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43668F (or 0x43668F) is known color: Wedgewood. HEX triplet: 43, 66 and 8F. RGB value is (67,102,143). Sum of RGB (Red+Green+Blue) = 67+102+143=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #43668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43668F is #BC9970. Grayscale: #606060. Windows color (decimal): -12360049 or 9397827. OLE color: 9397827.

HSL color Cylindrical-coordinate representation of color #43668F: hue angle of 212.37º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43668F is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 102 143 -
CMYK 0.53 0.29 0 0.44
HSL 212.37º 0.36% 0.41% -
HSV(B) 212.37º 0.53% 0.56% -
XYZ 12.02 12.68 27.8 -
YUV 96.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 67 102 143 0.53 0.29 0 0.44 212.37 0.36 0.41
Hex 43 66 8F 35 1D 0 2C D4 24 29
Octal 103 146 217 65 35 0 54 324 44 51
Binary 1000011 1100110 10001111 110101 11101 0 101100 11010100 100100 101001

Color Harmonies of #43668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43668F

Black with #43668F

Text Example


Text Example

White with #43668F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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