Html Css Color HEX #40688C Wedgewood

📋 copy color: '#40688C'

red 64 ◦ green 104 ◦ blue 140

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

Shades of Wedgewood #40688C

Tints of Wedgewood #40688C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 20.78%
G = 33.77%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40688C (or 0x40688C) is known color: Wedgewood. HEX triplet: 40, 68 and 8C. RGB value is (64,104,140). Sum of RGB (Red+Green+Blue) = 64+104+140=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #40688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40688C is #BF9773. Grayscale: #5F5F5F. Windows color (decimal): -12556148 or 9201728. OLE color: 9201728.

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

Color convert

RGB 64 104 140 -
CMYK 0.54 0.26 0 0.45
HSL 208.42º 0.37% 0.4% -
HSV(B) 208.42º 0.54% 0.55% -
XYZ 11.8 12.88 26.68 -
YUV 96.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 64 104 140 0.54 0.26 0 0.45 208.42 0.37 0.4
Hex 40 68 8C 36 1A 0 2D D0 25 28
Octal 100 150 214 66 32 0 55 320 45 50
Binary 1000000 1101000 10001100 110110 11010 0 101101 11010000 100101 101000

Color Harmonies of #40688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40688C

Black with #40688C

Text Example


Text Example

White with #40688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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