Html Css Color HEX #40648E Wedgewood

📋 copy color: '#40648E'

red 64 ◦ green 100 ◦ blue 142

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

Shades of Wedgewood #40648E

Tints of Wedgewood #40648E

RGB

 RED value IS 64 (25.39% from 255) = 20.92%

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

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 20.92%
G = 32.68%
B = 46.41%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40648E (or 0x40648E) is known color: Wedgewood. HEX triplet: 40, 64 and 8E. RGB value is (64,100,142). Sum of RGB (Red+Green+Blue) = 64+100+142=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #40648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40648E is #BF9B71. Grayscale: #5D5D5D. Windows color (decimal): -12557170 or 9331776. OLE color: 9331776.

HSL color Cylindrical-coordinate representation of color #40648E: hue angle of 212.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40648E is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 100 142 -
CMYK 0.55 0.30 0 0.44
HSL 212.31º 0.38% 0.4% -
HSV(B) 212.31º 0.55% 0.56% -
XYZ 11.55 12.16 27.33 -
YUV 94.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 64 100 142 0.55 0.30 0 0.44 212.31 0.38 0.4
Hex 40 64 8E 37 1E 0 2C D4 26 28
Octal 100 144 216 67 36 0 54 324 46 50
Binary 1000000 1100100 10001110 110111 11110 0 101100 11010100 100110 101000

Color Harmonies of #40648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40648E

Black with #40648E

Text Example


Text Example

White with #40648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40648E; }

 p { color: rgb(64,100,142); }

 H1.HeaderClassName
 {
   color: #40648E;
 }
 .AnyTagClassName
 {
   color: #40648E;
 }
</style>

background-color css

<style>
 a { background-color: #40648E; }

 a { background-color: rgb(64,100,142); }

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

border-color css

<style>
 span { border-color: #40648E; }

 span { border-color: rgb(64,100,142); }

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