Html Css Color HEX #40698E Wedgewood

📋 copy color: '#40698E'

red 64 ◦ green 105 ◦ blue 142

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

Shades of Wedgewood #40698E

Tints of Wedgewood #40698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

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

R = 20.58%
G = 33.76%
B = 45.66%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40698E (or 0x40698E) is known color: Wedgewood. HEX triplet: 40, 69 and 8E. RGB value is (64,105,142). Sum of RGB (Red+Green+Blue) = 64+105+142=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #40698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40698E is #BF9671. Grayscale: #606060. Windows color (decimal): -12555890 or 9333056. OLE color: 9333056.

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

Color convert

RGB 64 105 142 -
CMYK 0.55 0.26 0 0.44
HSL 208.46º 0.38% 0.4% -
HSV(B) 208.46º 0.55% 0.56% -
XYZ 12.05 13.15 27.49 -
YUV 96.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 64 105 142 0.55 0.26 0 0.44 208.46 0.38 0.4
Hex 40 69 8E 37 1A 0 2C D0 26 28
Octal 100 151 216 67 32 0 54 320 46 50
Binary 1000000 1101001 10001110 110111 11010 0 101100 11010000 100110 101000

Color Harmonies of #40698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40698E

Black with #40698E

Text Example


Text Example

White with #40698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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