Html Css Color HEX #40668E Wedgewood

📋 copy color: '#40668E'

red 64 ◦ green 102 ◦ blue 142

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

Shades of Wedgewood #40668E

Tints of Wedgewood #40668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

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

R = 20.78%
G = 33.12%
B = 46.1%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40668E (or 0x40668E) is known color: Wedgewood. HEX triplet: 40, 66 and 8E. RGB value is (64,102,142). Sum of RGB (Red+Green+Blue) = 64+102+142=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #40668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40668E is #BF9971. Grayscale: #5F5F5F. Windows color (decimal): -12556658 or 9332288. OLE color: 9332288.

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

Color convert

RGB 64 102 142 -
CMYK 0.55 0.28 0 0.44
HSL 210.77º 0.38% 0.4% -
HSV(B) 210.77º 0.55% 0.56% -
XYZ 11.75 12.55 27.39 -
YUV 95.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 64 102 142 0.55 0.28 0 0.44 210.77 0.38 0.4
Hex 40 66 8E 37 1C 0 2C D3 26 28
Octal 100 146 216 67 34 0 54 323 46 50
Binary 1000000 1100110 10001110 110111 11100 0 101100 11010011 100110 101000

Color Harmonies of #40668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40668E

Black with #40668E

Text Example


Text Example

White with #40668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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