Html Css Color HEX #43648B Wedgewood

📋 copy color: '#43648B'

red 67 ◦ green 100 ◦ blue 139

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

Shades of Wedgewood #43648B

Tints of Wedgewood #43648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 21.9%
G = 32.68%
B = 45.42%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43648B (or 0x43648B) is known color: Wedgewood. HEX triplet: 43, 64 and 8B. RGB value is (67,100,139). Sum of RGB (Red+Green+Blue) = 67+100+139=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #43648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43648B is #BC9B74. Grayscale: #5E5E5E. Windows color (decimal): -12360565 or 9135171. OLE color: 9135171.

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

Color convert

RGB 67 100 139 -
CMYK 0.52 0.28 0 0.45
HSL 212.5º 0.35% 0.4% -
HSV(B) 212.5º 0.52% 0.55% -
XYZ 11.53 12.17 26.17 -
YUV 94.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 67 100 139 0.52 0.28 0 0.45 212.5 0.35 0.4
Hex 43 64 8B 34 1C 0 2D D4 23 28
Octal 103 144 213 64 34 0 55 324 43 50
Binary 1000011 1100100 10001011 110100 11100 0 101101 11010100 100011 101000

Color Harmonies of #43648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43648B

Black with #43648B

Text Example


Text Example

White with #43648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43648B; }

 p { color: rgb(67,100,139); }

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

background-color css

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

 a { background-color: rgb(67,100,139); }

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

border-color css

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

 span { border-color: rgb(67,100,139); }

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