Html Css Color HEX #40466B Port Gore

📋 copy color: '#40466B'

red 64 ◦ green 70 ◦ blue 107

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

Shades of Port Gore #40466B

Tints of Port Gore #40466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.05%

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 26.56%
G = 29.05%
B = 44.4%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40466B (or 0x40466B) is known color: Port Gore. HEX triplet: 40, 46 and 6B. RGB value is (64,70,107). Sum of RGB (Red+Green+Blue) = 64+70+107=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #40466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40466B is #BFB994. Grayscale: #484848. Windows color (decimal): -12564885 or 7030336. OLE color: 7030336.

HSL color Cylindrical-coordinate representation of color #40466B: hue angle of 231.63º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40466B is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 70 107 -
CMYK 0.40 0.35 0 0.58
HSL 231.63º 0.25% 0.34% -
HSV(B) 231.63º 0.4% 0.42% -
XYZ 6.96 6.53 14.8 -
YUV 72.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 64 70 107 0.40 0.35 0 0.58 231.63 0.25 0.34
Hex 40 46 6B 28 23 0 3A E8 19 22
Octal 100 106 153 50 43 0 72 350 31 42
Binary 1000000 1000110 1101011 101000 100011 0 111010 11101000 11001 100010

Color Harmonies of #40466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40466B

Black with #40466B

Text Example


Text Example

White with #40466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,70,107); }

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

background-color css

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

 a { background-color: rgb(64,70,107); }

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

border-color css

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

 span { border-color: rgb(64,70,107); }

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