Html Css Color HEX #40648B Wedgewood

📋 copy color: '#40648B'

red 64 ◦ green 100 ◦ blue 139

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

Shades of Wedgewood #40648B

Tints of Wedgewood #40648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

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

R = 21.12%
G = 33%
B = 45.87%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40648B (or 0x40648B) is known color: Wedgewood. HEX triplet: 40, 64 and 8B. RGB value is (64,100,139). Sum of RGB (Red+Green+Blue) = 64+100+139=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #40648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40648B is #BF9B74. Grayscale: #5D5D5D. Windows color (decimal): -12557173 or 9135168. OLE color: 9135168.

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

Color convert

RGB 64 100 139 -
CMYK 0.54 0.28 0 0.45
HSL 211.2º 0.37% 0.4% -
HSV(B) 211.2º 0.54% 0.55% -
XYZ 11.33 12.07 26.16 -
YUV 93.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 64 100 139 0.54 0.28 0 0.45 211.2 0.37 0.4
Hex 40 64 8B 36 1C 0 2D D3 25 28
Octal 100 144 213 66 34 0 55 323 45 50
Binary 1000000 1100100 10001011 110110 11100 0 101101 11010011 100101 101000

Color Harmonies of #40648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40648B

Black with #40648B

Text Example


Text Example

White with #40648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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