Html Css Color HEX #40628C Wedgewood

📋 copy color: '#40628C'

red 64 ◦ green 98 ◦ blue 140

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

Shades of Wedgewood #40628C

Tints of Wedgewood #40628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.36%

R = 21.19%
G = 32.45%
B = 46.36%

CMYK

 C value IS 0.54

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40628C (or 0x40628C) is known color: Wedgewood. HEX triplet: 40, 62 and 8C. RGB value is (64,98,140). Sum of RGB (Red+Green+Blue) = 64+98+140=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #40628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40628C is #BF9D73. Grayscale: #5C5C5C. Windows color (decimal): -12557684 or 9200192. OLE color: 9200192.

HSL color Cylindrical-coordinate representation of color #40628C: hue angle of 213.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40628C is Cyan = 0.54, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 98 140 -
CMYK 0.54 0.3 0 0.45
HSL 213.16º 0.37% 0.4% -
HSV(B) 213.16º 0.54% 0.55% -
XYZ 11.22 11.72 26.48 -
YUV 92.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 64 98 140 0.54 0.3 0 0.45 213.16 0.37 0.4
Hex 40 62 8C 36 1E 0 2D D5 25 28
Octal 100 142 214 66 36 0 55 325 45 50
Binary 1000000 1100010 10001100 110110 11110 0 101101 11010101 100101 101000

Color Harmonies of #40628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40628C

Black with #40628C

Text Example


Text Example

White with #40628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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