Html Css Color HEX #40638E Wedgewood

📋 copy color: '#40638E'

red 64 ◦ green 99 ◦ blue 142

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

Shades of Wedgewood #40638E

Tints of Wedgewood #40638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 20.98%
G = 32.46%
B = 46.56%

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

#40638E (or 0x40638E) is known color: Wedgewood. HEX triplet: 40, 63 and 8E. RGB value is (64,99,142). Sum of RGB (Red+Green+Blue) = 64+99+142=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #40638E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40638E is #BF9C71. Grayscale: #5D5D5D. Windows color (decimal): -12557426 or 9331520. OLE color: 9331520.

HSL color Cylindrical-coordinate representation of color #40638E: hue angle of 213.08º 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 #40638E is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 99 142 -
CMYK 0.55 0.30 0 0.44
HSL 213.08º 0.38% 0.4% -
HSV(B) 213.08º 0.55% 0.56% -
XYZ 11.46 11.97 27.3 -
YUV 93.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 64 99 142 0.55 0.30 0 0.44 213.08 0.38 0.4
Hex 40 63 8E 37 1E 0 2C D5 26 28
Octal 100 143 216 67 36 0 54 325 46 50
Binary 1000000 1100011 10001110 110111 11110 0 101100 11010101 100110 101000

Color Harmonies of #40638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40638E

Black with #40638E

Text Example


Text Example

White with #40638E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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