Html Css Color HEX #40446A Port Gore

📋 copy color: '#40446A'

red 64 ◦ green 68 ◦ blue 106

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

Shades of Port Gore #40446A

Tints of Port Gore #40446A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 26.89%
G = 28.57%
B = 44.54%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40446A (or 0x40446A) is known color: Port Gore. HEX triplet: 40, 44 and 6A. RGB value is (64,68,106). Sum of RGB (Red+Green+Blue) = 64+68+106=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #40446A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40446A is #BFBB95. Grayscale: #464646. Windows color (decimal): -12565398 or 6964288. OLE color: 6964288.

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

Color convert

RGB 64 68 106 -
CMYK 0.40 0.36 0 0.58
HSL 234.29º 0.25% 0.33% -
HSV(B) 234.29º 0.4% 0.42% -
XYZ 6.78 6.26 14.49 -
YUV 71.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 64 68 106 0.40 0.36 0 0.58 234.29 0.25 0.33
Hex 40 44 6A 28 24 0 3A EA 19 21
Octal 100 104 152 50 44 0 72 352 31 41
Binary 1000000 1000100 1101010 101000 100100 0 111010 11101010 11001 100001

Color Harmonies of #40446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40446A

Black with #40446A

Text Example


Text Example

White with #40446A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,68,106); }

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

background-color css

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

 a { background-color: rgb(64,68,106); }

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

border-color css

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

 span { border-color: rgb(64,68,106); }

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