Html Css Color HEX #434961 Port Gore

📋 copy color: '#434961'

red 67 ◦ green 73 ◦ blue 97

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

Shades of Port Gore #434961

Tints of Port Gore #434961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.8%

 BLUE value IS 97 (38.28% from 255) = 40.93%

R = 28.27%
G = 30.8%
B = 40.93%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#434961 (or 0x434961) is known color: Port Gore. HEX triplet: 43, 49 and 61. RGB value is (67,73,97). Sum of RGB (Red+Green+Blue) = 67+73+97=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #434961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434961 is #BCB69E. Grayscale: #494949. Windows color (decimal): -12367519 or 6375747. OLE color: 6375747.

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

Color convert

RGB 67 73 97 -
CMYK 0.31 0.25 0 0.62
HSL 228º 0.18% 0.32% -
HSV(B) 228º 0.31% 0.38% -
XYZ 6.85 6.82 12.26 -
YUV 73.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 67 73 97 0.31 0.25 0 0.62 228 0.18 0.32
Hex 43 49 61 1F 19 0 3E E4 12 20
Octal 103 111 141 37 31 0 76 344 22 40
Binary 1000011 1001001 1100001 11111 11001 0 111110 11100100 10010 100000

Color Harmonies of #434961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434961

Black with #434961

Text Example


Text Example

White with #434961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434961; }

 p { color: rgb(67,73,97); }

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

background-color css

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

 a { background-color: rgb(67,73,97); }

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

border-color css

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

 span { border-color: rgb(67,73,97); }

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