Html Css Color HEX #434762 Port Gore

📋 copy color: '#434762'

red 67 ◦ green 71 ◦ blue 98

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

Shades of Port Gore #434762

Tints of Port Gore #434762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.53%

R = 28.39%
G = 30.08%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#434762 (or 0x434762) is known color: Port Gore. HEX triplet: 43, 47 and 62. RGB value is (67,71,98). Sum of RGB (Red+Green+Blue) = 67+71+98=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #434762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434762 is #BCB89D. Grayscale: #484848. Windows color (decimal): -12368030 or 6440771. OLE color: 6440771.

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

Color convert

RGB 67 71 98 -
CMYK 0.32 0.28 0 0.62
HSL 232.26º 0.19% 0.32% -
HSV(B) 232.26º 0.32% 0.38% -
XYZ 6.77 6.58 12.47 -
YUV 72.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 67 71 98 0.32 0.28 0 0.62 232.26 0.19 0.32
Hex 43 47 62 20 1C 0 3E E8 13 20
Octal 103 107 142 40 34 0 76 350 23 40
Binary 1000011 1000111 1100010 100000 11100 0 111110 11101000 10011 100000

Color Harmonies of #434762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434762

Black with #434762

Text Example


Text Example

White with #434762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434762; }

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

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

background-color css

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

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

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

border-color css

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

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

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