Html Css Color HEX #434760 Port Gore

📋 copy color: '#434760'

red 67 ◦ green 71 ◦ blue 96

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

Shades of Port Gore #434760

Tints of Port Gore #434760

RGB

 RED value IS 67 (26.56% from 255) = 28.63%

 GREEN value IS 71 (28.13% from 255) = 30.34%

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 28.63%
G = 30.34%
B = 41.03%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#434760 (or 0x434760) is known color: Port Gore. HEX triplet: 43, 47 and 60. RGB value is (67,71,96). Sum of RGB (Red+Green+Blue) = 67+71+96=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #434760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434760 is #BCB89F. Grayscale: #484848. Windows color (decimal): -12368032 or 6309699. OLE color: 6309699.

HSL color Cylindrical-coordinate representation of color #434760: hue angle of 231.72º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #434760 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 71 96 -
CMYK 0.30 0.26 0 0.62
HSL 231.72º 0.18% 0.32% -
HSV(B) 231.72º 0.3% 0.38% -
XYZ 6.68 6.54 11.98 -
YUV 72.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 67 71 96 0.30 0.26 0 0.62 231.72 0.18 0.32
Hex 43 47 60 1E 1A 0 3E E8 12 20
Octal 103 107 140 36 32 0 76 350 22 40
Binary 1000011 1000111 1100000 11110 11010 0 111110 11101000 10010 100000

Color Harmonies of #434760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434760

Black with #434760

Text Example


Text Example

White with #434760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434760; }

 p { color: rgb(67,71,96); }

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

background-color css

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

 a { background-color: rgb(67,71,96); }

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

border-color css

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

 span { border-color: rgb(67,71,96); }

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