Html Css Color HEX #40628E Wedgewood

📋 copy color: '#40628E'

red 64 ◦ green 98 ◦ blue 142

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

Shades of Wedgewood #40628E

Tints of Wedgewood #40628E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

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

R = 21.05%
G = 32.24%
B = 46.71%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40628E (or 0x40628E) is known color: Wedgewood. HEX triplet: 40, 62 and 8E. RGB value is (64,98,142). Sum of RGB (Red+Green+Blue) = 64+98+142=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #40628E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40628E is #BF9D71. Grayscale: #5C5C5C. Windows color (decimal): -12557682 or 9331264. OLE color: 9331264.

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

Color convert

RGB 64 98 142 -
CMYK 0.55 0.31 0 0.44
HSL 213.85º 0.38% 0.4% -
HSV(B) 213.85º 0.55% 0.56% -
XYZ 11.36 11.78 27.27 -
YUV 92.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 64 98 142 0.55 0.31 0 0.44 213.85 0.38 0.4
Hex 40 62 8E 37 1F 0 2C D6 26 28
Octal 100 142 216 67 37 0 54 326 46 50
Binary 1000000 1100010 10001110 110111 11111 0 101100 11010110 100110 101000

Color Harmonies of #40628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40628E

Black with #40628E

Text Example


Text Example

White with #40628E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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