Html Css Color HEX #40698D Wedgewood

📋 copy color: '#40698D'

red 64 ◦ green 105 ◦ blue 141

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

Shades of Wedgewood #40698D

Tints of Wedgewood #40698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 20.65%
G = 33.87%
B = 45.48%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40698D (or 0x40698D) is known color: Wedgewood. HEX triplet: 40, 69 and 8D. RGB value is (64,105,141). Sum of RGB (Red+Green+Blue) = 64+105+141=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #40698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40698D is #BF9672. Grayscale: #606060. Windows color (decimal): -12555891 or 9267520. OLE color: 9267520.

HSL color Cylindrical-coordinate representation of color #40698D: hue angle of 208.05º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40698D is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 105 141 -
CMYK 0.55 0.26 0 0.45
HSL 208.05º 0.38% 0.4% -
HSV(B) 208.05º 0.55% 0.55% -
XYZ 11.97 13.12 27.1 -
YUV 96.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 64 105 141 0.55 0.26 0 0.45 208.05 0.38 0.4
Hex 40 69 8D 37 1A 0 2D D0 26 28
Octal 100 151 215 67 32 0 55 320 46 50
Binary 1000000 1101001 10001101 110111 11010 0 101101 11010000 100110 101000

Color Harmonies of #40698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40698D

Black with #40698D

Text Example


Text Example

White with #40698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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