Html Css Color HEX #40618A Wedgewood

📋 copy color: '#40618A'

red 64 ◦ green 97 ◦ blue 138

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

Shades of Wedgewood #40618A

Tints of Wedgewood #40618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.15%

R = 21.4%
G = 32.44%
B = 46.15%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40618A (or 0x40618A) is known color: Wedgewood. HEX triplet: 40, 61 and 8A. RGB value is (64,97,138). Sum of RGB (Red+Green+Blue) = 64+97+138=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #40618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40618A is #BF9E75. Grayscale: #5B5B5B. Windows color (decimal): -12557942 or 9068864. OLE color: 9068864.

HSL color Cylindrical-coordinate representation of color #40618A: hue angle of 213.24º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40618A is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 97 138 -
CMYK 0.54 0.30 0 0.46
HSL 213.24º 0.37% 0.4% -
HSV(B) 213.24º 0.54% 0.54% -
XYZ 10.98 11.47 25.68 -
YUV 91.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 64 97 138 0.54 0.30 0 0.46 213.24 0.37 0.4
Hex 40 61 8A 36 1E 0 2E D5 25 28
Octal 100 141 212 66 36 0 56 325 45 50
Binary 1000000 1100001 10001010 110110 11110 0 101110 11010101 100101 101000

Color Harmonies of #40618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40618A

Black with #40618A

Text Example


Text Example

White with #40618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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