Html Css Color HEX #40638A Wedgewood

📋 copy color: '#40638A'

red 64 ◦ green 99 ◦ blue 138

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

Shades of Wedgewood #40638A

Tints of Wedgewood #40638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 21.26%
G = 32.89%
B = 45.85%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40638A (or 0x40638A) is known color: Wedgewood. HEX triplet: 40, 63 and 8A. RGB value is (64,99,138). Sum of RGB (Red+Green+Blue) = 64+99+138=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #40638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40638A is #BF9C75. Grayscale: #5C5C5C. Windows color (decimal): -12557430 or 9069376. OLE color: 9069376.

HSL color Cylindrical-coordinate representation of color #40638A: hue angle of 211.62º 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 #40638A is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 99 138 -
CMYK 0.54 0.28 0 0.46
HSL 211.62º 0.37% 0.4% -
HSV(B) 211.62º 0.54% 0.54% -
XYZ 11.16 11.85 25.74 -
YUV 92.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 64 99 138 0.54 0.28 0 0.46 211.62 0.37 0.4
Hex 40 63 8A 36 1C 0 2E D4 25 28
Octal 100 143 212 66 34 0 56 324 45 50
Binary 1000000 1100011 10001010 110110 11100 0 101110 11010100 100101 101000

Color Harmonies of #40638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40638A

Black with #40638A

Text Example


Text Example

White with #40638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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