Html Css Color HEX #40698B Wedgewood

📋 copy color: '#40698B'

red 64 ◦ green 105 ◦ blue 139

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

Shades of Wedgewood #40698B

Tints of Wedgewood #40698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 20.78%
G = 34.09%
B = 45.13%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40698B (or 0x40698B) is known color: Wedgewood. HEX triplet: 40, 69 and 8B. RGB value is (64,105,139). Sum of RGB (Red+Green+Blue) = 64+105+139=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #40698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40698B is #BF9674. Grayscale: #606060. Windows color (decimal): -12555893 or 9136448. OLE color: 9136448.

HSL color Cylindrical-coordinate representation of color #40698B: hue angle of 207.2º 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 #40698B is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 105 139 -
CMYK 0.54 0.24 0 0.45
HSL 207.2º 0.37% 0.4% -
HSV(B) 207.2º 0.54% 0.55% -
XYZ 11.83 13.06 26.32 -
YUV 96.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 64 105 139 0.54 0.24 0 0.45 207.2 0.37 0.4
Hex 40 69 8B 36 18 0 2D CF 25 28
Octal 100 151 213 66 30 0 55 317 45 50
Binary 1000000 1101001 10001011 110110 11000 0 101101 11001111 100101 101000

Color Harmonies of #40698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40698B

Black with #40698B

Text Example


Text Example

White with #40698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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