Html Css Color HEX #40618B Wedgewood

📋 copy color: '#40618B'

red 64 ◦ green 97 ◦ blue 139

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

Shades of Wedgewood #40618B

Tints of Wedgewood #40618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

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

R = 21.33%
G = 32.33%
B = 46.33%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40618B (or 0x40618B) is known color: Wedgewood. HEX triplet: 40, 61 and 8B. RGB value is (64,97,139). Sum of RGB (Red+Green+Blue) = 64+97+139=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #40618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40618B is #BF9E74. Grayscale: #5B5B5B. Windows color (decimal): -12557941 or 9134400. OLE color: 9134400.

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

Color convert

RGB 64 97 139 -
CMYK 0.54 0.30 0 0.45
HSL 213.6º 0.37% 0.4% -
HSV(B) 213.6º 0.54% 0.55% -
XYZ 11.05 11.5 26.06 -
YUV 91.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 64 97 139 0.54 0.30 0 0.45 213.6 0.37 0.4
Hex 40 61 8B 36 1E 0 2D D6 25 28
Octal 100 141 213 66 36 0 55 326 45 50
Binary 1000000 1100001 10001011 110110 11110 0 101101 11010110 100101 101000

Color Harmonies of #40618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40618B

Black with #40618B

Text Example


Text Example

White with #40618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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