Html Css Color HEX #40435F Port Gore

📋 copy color: '#40435F'

red 64 ◦ green 67 ◦ blue 95

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

Shades of Port Gore #40435F

Tints of Port Gore #40435F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.65%

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 28.32%
G = 29.65%
B = 42.04%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40435F (or 0x40435F) is known color: Port Gore. HEX triplet: 40, 43 and 5F. RGB value is (64,67,95). Sum of RGB (Red+Green+Blue) = 64+67+95=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #40435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40435F is #BFBCA0. Grayscale: #454545. Windows color (decimal): -12565665 or 6243136. OLE color: 6243136.

HSL color Cylindrical-coordinate representation of color #40435F: hue angle of 234.19º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40435F is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 67 95 -
CMYK 0.33 0.29 0 0.63
HSL 234.19º 0.19% 0.31% -
HSV(B) 234.19º 0.33% 0.37% -
XYZ 6.19 5.93 11.65 -
YUV 69.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 64 67 95 0.33 0.29 0 0.63 234.19 0.19 0.31
Hex 40 43 5F 21 1D 0 3F EA 13 1F
Octal 100 103 137 41 35 0 77 352 23 37
Binary 1000000 1000011 1011111 100001 11101 0 111111 11101010 10011 11111

Color Harmonies of #40435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40435F

Black with #40435F

Text Example


Text Example

White with #40435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40435F; }

 p { color: rgb(64,67,95); }

 H1.HeaderClassName
 {
   color: #40435F;
 }
 .AnyTagClassName
 {
   color: #40435F;
 }
</style>

background-color css

<style>
 a { background-color: #40435F; }

 a { background-color: rgb(64,67,95); }

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

border-color css

<style>
 span { border-color: #40435F; }

 span { border-color: rgb(64,67,95); }

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